You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pr_tests_gpu.yml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
name: Fast GPU Tests on PR
1
+
name: Fast GPU Tests on PR
2
2
3
3
on:
4
4
pull_request:
@@ -71,7 +71,7 @@ jobs:
71
71
if: ${{ failure() }}
72
72
run: |
73
73
echo "Repo consistency check failed. Please ensure the right dependency versions are installed with 'pip install -e .[quality]' and run 'make fix-copies'" >> $GITHUB_STEP_SUMMARY
0 commit comments