We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0683a commit bb45a6aCopy full SHA for bb45a6a
.github/workflows/test-frontends.yml
@@ -34,4 +34,4 @@ jobs:
34
id: tests
35
run: |
36
cd ivy
37
- python3 -m pytest ivy_tests\test_ivy\test_frontends\test_torch -p no:warnings --tb=no --backend ${{ matrix.backend }} --num-examples 4 --deadline 1000
+ pytest ivy_tests\test_ivy\test_frontends\test_torch -p no:warnings --tb=no --backend ${{ matrix.backend }} --num-examples 4 --deadline 1000
0 commit comments