Skip to content

Fix broken link to Task 14 #89

Fix broken link to Task 14

Fix broken link to Task 14 #89

Workflow file for this run

name: Task 10
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 10
run: |
pytest tests/test_task_10.py -v