Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtar authored Dec 6, 2023
1 parent 05325e2 commit ee1f452
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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/

0 comments on commit ee1f452

Please sign in to comment.