making use of model.deplete for simpler deplete example #49
Workflow file for this run
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@v3 | |
- name: test task 11 | |
run: | | |
pytest tests/test_task_11.py -v |