Skip to content

Commit

Permalink
activating env
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Mar 17, 2024
1 parent 74f6611 commit ecba179
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/circular_torus_cad_to_dagmc.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_dagmc/test_csg_cad_circulartorus.py
2 changes: 1 addition & 1 deletion .github/workflows/cuboid_cad_to_dagmc.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_dagmc/test_csg_cad_cuboid.py
2 changes: 1 addition & 1 deletion .github/workflows/cuboid_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_cuboid.py
2 changes: 1 addition & 1 deletion .github/workflows/cylinder_cad_to_dagmc.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_dagmc/test_csg_cad_cylinder.py
2 changes: 1 addition & 1 deletion .github/workflows/cylinder_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_dagmc/test_csg_cad_cylinder.py
2 changes: 1 addition & 1 deletion .github/workflows/elliptical_torus_cad_to_dagmc.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_dagmc/test_csg_cad_ellipticaltorus.py
2 changes: 1 addition & 1 deletion .github/workflows/elliptical_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_ellipticaltorus.py
2 changes: 1 addition & 1 deletion .github/workflows/nested_cylinder_cad_to_dagmc.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_dagmc/test_csg_cad_nestedcylinder.py
2 changes: 1 addition & 1 deletion .github/workflows/nested_cylinder_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_nestedcylinder.py
2 changes: 1 addition & 1 deletion .github/workflows/nested_sphere_cad_to_dagmc.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_dagmc/test_csg_cad_nestedsphere.py
2 changes: 1 addition & 1 deletion .github/workflows/nested_sphere_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_nestedsphere.py
2 changes: 1 addition & 1 deletion .github/workflows/sphere_cad_to_dagmc.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_dagmc/test_csg_cad_sphere.py
2 changes: 1 addition & 1 deletion .github/workflows/sphere_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_sphere.py
2 changes: 1 addition & 1 deletion .github/workflows/two_touching_cuboids_cad_to_dagmc.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_dagmc/test_csg_cad_two_touching_cuboids.py
2 changes: 1 addition & 1 deletion .github/workflows/two_touching_cuboids_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_two_touching_cuboids.py

0 comments on commit ecba179

Please sign in to comment.