Skip to content

Commit

Permalink
exclude interrupt examples from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner committed Sep 5, 2024
1 parent 2b7a4d1 commit 0b2bd13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
[ "$file" = "MHD_modelsipynb.py" ] ||
[ "$file" = "density_grid_samplingipynb.py" ] ||
[ "$file" = "lensing_crv4ipynb.py" ] ||
[ "$file" = "interrupt_candidateVectoripynb.py" ] ||
[ "$file" = "interrupt_sourceipynb.py" ] ||
[ "$file" = "lensing_mapsv4ipynb.py" ]; then
echo "skip file $file"
else
Expand Down

0 comments on commit 0b2bd13

Please sign in to comment.