Fixing CI for two touching cubes #31
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: nested cylinder - cad to dagmc | |
on: | |
pull_request: | |
branches: | |
- develop | |
- main | |
push: | |
- main | |
jobs: | |
testing: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout actions | |
uses: actions/checkout@v4 | |
- name: use upstream test composite action | |
uses: ./.github/actions/dependencies | |
- shell: bash | |
env: | |
OPENMC_CROSS_SECTIONS: /home/runner/work/model_benchmark_zoo/model_benchmark_zoo/cross_sections.xml | |
run: | | |
source "${HOME}/conda/etc/profile.d/conda.sh" | |
source "${HOME}/conda/etc/profile.d/mamba.sh" | |
mamba activate new_env | |
pytest tests/test_cad_to_dagmc/test_csg_cad_nestedcylinder.py |