From ee1f45242afae52b1930bdcc747e3b36e7cf5ed1 Mon Sep 17 00:00:00 2001 From: Michael Tarnawa Date: Wed, 6 Dec 2023 11:52:19 +0100 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4da49b8e33..ebcfd721fc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,12 +1,13 @@ name: ci on: - pull_request_review: - types: [submitted] + push +# pull_request_review: +# types: [submitted] jobs: approved: - if: github.event.review.state == 'approved' +# if: github.event.review.state == 'approved' runs-on: ubuntu-latest strategy: fail-fast: false @@ -52,5 +53,6 @@ jobs: pip install pytest pip install ${{ matrix.pytorch-version }} --extra-index-url https://download.pytorch.org/whl/cpu pip install ${{ matrix.install-options }} - mpirun -n 3 pytest heat/ - mpirun -n 4 pytest heat/ + mpirun -n 2 pytest heat/ +# mpirun -n 3 pytest heat/ +# mpirun -n 4 pytest heat/