Skip to content

Commit

Permalink
update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Satrat committed Oct 17, 2023
1 parent c9caea6 commit 71f1655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: "⚙️ Install dependencies"
run: pip3 install .[dev,torchvision,onnxruntime]
- name: "🔬 Running pytorch tests"
run: make test TARGETS=pytorch
run: make test TARGETS=pytorch,modifiers
compat-pytorch-1_9-pytorch-tests:
runs-on: ubuntu-22.04
env:
Expand All @@ -172,7 +172,7 @@ jobs:
- name: "⚙️ Install dependencies"
run: pip3 install .[dev,torchvision,onnxruntime] torch==1.9.1
- name: "🔬 Running pytorch tests"
run: make test TARGETS=pytorch
run: make test TARGETS=pytorch,modifiers
compat-pytorch-1_9-onnx-tests:
runs-on: ubuntu-22.04
env:
Expand Down

0 comments on commit 71f1655

Please sign in to comment.