Skip to content

Commit

Permalink
[CI] Disable GPU in GitHub Actions (#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
yatarkan committed Sep 12, 2024
1 parent a11fd69 commit 330992a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/treon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
python: ${{ matrix.python }}

build_treon_gpu:
if: ${{ false }} # TODO Enable when GPU runners will be available in GitHub Actions
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 330992a

Please sign in to comment.