We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ab98d commit 7537e47Copy full SHA for 7537e47
.github/workflows/gpu-ci.yml
@@ -22,6 +22,7 @@ jobs:
22
fetch-depth: 0
23
- name: Run tests
24
run: |
25
+ pip install tox
26
tox -e test-gpu -- $branch
27
28
gpu-ci-multigpu:
0 commit comments