Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ckolbPTB authored Nov 23, 2023
1 parent 6f981b4 commit 345c2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: set-matrix
run: echo '::set-output name=version_matrix::["12","14","16"]'
run: echo '::set-output name=version_matrix::["./examples/t1_mapping_with_grad_acq.ipynb","14","16"]'
outputs:
version_matrix: ${{ steps.set-matrix.outputs.version_matrix }}
ci:
Expand Down

0 comments on commit 345c2cd

Please sign in to comment.