We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0683a commit f4a3f9aCopy full SHA for f4a3f9a
.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
+ python3 -m 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