Skip to content

Commit

Permalink
pip install order matching cad-to-dagmc ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Mar 17, 2024
1 parent ecba179 commit ef76275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ runs:
mamba create -y --name new_env python=3.10
mamba activate new_env
mamba install -y -c conda-forge moab>=5.3.0 gmsh python-gmsh "openmc=0.14.0=dagmc*nompi*"
python -m pip install --upgrade pip
python -m pip install cad_to_dagmc
python -m pip install cadquery-ocp==7.7.2
python -m pip install cadquery==2.4.0
python -m pip install cad_to_dagmc openmc_data_downloader
python -m pip install openmc_data_downloader
python -m pip install CAD_to_OpenMC
openmc_data_downloader -l ENDFB-7.1-NNDC -i Fe56 Be9
python -m pip install .[tests]
2 changes: 1 addition & 1 deletion .github/workflows/circular_torus_cad_to_openmc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
run: |
source "${HOME}/conda/etc/profile.d/conda.sh"
source "${HOME}/conda/etc/profile.d/mamba.sh"
mamba activate
mamba activate new_env
pytest tests/test_cad_to_openmc/test_csg_cad_circulartorus.py

0 comments on commit ef76275

Please sign in to comment.