From 0b2bd13852d339c804df4c5d4a4f110850d06c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JulienD=C3=B6rner?= Date: Thu, 5 Sep 2024 16:11:37 +0200 Subject: [PATCH] exclude interrupt examples from testing --- .github/workflows/test_examples.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_examples.yml b/.github/workflows/test_examples.yml index 67d49fd4c..62ae5a09a 100644 --- a/.github/workflows/test_examples.yml +++ b/.github/workflows/test_examples.yml @@ -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