Skip to content

Commit

Permalink
ci: Restore notebook testing
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Nov 5, 2024
1 parent 3ba057d commit 69e7e59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/examples-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,11 @@ jobs:
python3 scripts/clear_devito_cache.py
- name: Test mpi notebooks
continue-on-error: true
run : |
./scripts/create_ipyparallel_mpi_profile.sh
ipcluster start --profile=mpi --engines=mpi -n 4 --daemonize
# A few seconds to ensure workers are ready
sleep 20
sleep 10
py.test --nbval examples/mpi
ipcluster stop --profile=mpi
Expand Down

0 comments on commit 69e7e59

Please sign in to comment.