Skip to content

Commit f4a3f9a

Browse files
committed
fix
1 parent 4e0683a commit f4a3f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-frontends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
id: tests
3535
run: |
3636
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
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

0 commit comments

Comments
 (0)