Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Added it runs on gpu
  • Loading branch information
jeipollack authored Oct 4, 2023
1 parent 27429af commit 2c74b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
test-full:
name: Run CI Tests
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, gpu]

strategy:
fail-fast: false
Expand Down

0 comments on commit 2c74b5c

Please sign in to comment.