From 69a99d54a5ef857ec8f4365b54d08a8cf534c82f Mon Sep 17 00:00:00 2001 From: mloubout Date: Fri, 24 Jan 2020 12:23:59 -0500 Subject: [PATCH] CI: cleanup --- .github/workflows/pytest-core-mpi.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest-core-mpi.yml b/.github/workflows/pytest-core-mpi.yml index eebc05e466..3705afb5d8 100644 --- a/.github/workflows/pytest-core-mpi.yml +++ b/.github/workflows/pytest-core-mpi.yml @@ -40,6 +40,7 @@ jobs: run: | pip install --upgrade pip pip install -e .[extras] + ipcluster start --profile=mpi -n 4 --daemon - name: Test with pytest run: | @@ -47,8 +48,8 @@ jobs: - name: Test mpi notebook run : | - ipcluster start --profile=mpi -n 4 --daemon - py.test --nbval examples/mpi + # Currently not tested due to issue #859 + # py.test --nbval examples/mpi ipcluster stop --profile=mpi - name: Upload coverage to Codecov