Adding nuc data path to all #126
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 14 | |
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 14 | |
run: | | |
pytest tests/test_task_14.py -v |