Adding nuc data path to all #128
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: Task 11 | |
on: | |
pull_request: | |
branches: | |
- develop | |
- main | |
push: | |
branches: | |
- develop | |
- main | |
jobs: | |
testing: | |
runs-on: ubuntu-latest | |
container: | |
image: ghcr.io/fusion-energy/neutronics-workshop:base | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: test task 11 | |
run: | | |
pytest tests/test_task_11.py -v |