Skip to content

Commit

Permalink
Disable flaky Window GPU test (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Jul 17, 2024
1 parent 7313679 commit 27b68f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-on-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows, linux]
# windows test is flaky.
os: [linux]

steps:
- name: Check out code
Expand Down

0 comments on commit 27b68f1

Please sign in to comment.