Skip to content

Commit

Permalink
update CI conda env yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Mar 6, 2024
1 parent 78d4947 commit 94cc3c4
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/resources/conda-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,21 @@ channels:
- conda-forge
dependencies:
- python
#The preceding line will be edited for python version in .github/workflows/condatest.yml
#The rest should match <reporoot>/resources/conda_dgcode.yml except that
#simple-build-dgcode itself should be left out.
#The preceding line will be edited for python version in
#.github/workflows/condatest.yml The rest should match
#<reporoot>/resources/conda_dgcode.yml except that simple-build-dgcode itself
#should be left out (and replaced with simple-build-system).
- compilers
- bash
- simple-build-system
- ncrystal
- mcpl
- matplotlib
- zlib
- geant4
- geant4 >= 11.1.3
- expat
- openscenegraph
- scipy
- hdf5
- pysimplegui
- pip
# Do not install ourselves, since we will be testing the current source code,
# not a prebuilt package:
# - pip:
# - simple-build-dgcode
#

0 comments on commit 94cc3c4

Please sign in to comment.