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 48c1eea commit 1185e92Copy full SHA for 1185e92
.github/workflows/run-tests-workflow.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Set up memcached
35
uses: niden/actions-memcached@v7
36
- name: Test Base Modules
37
- run: tox
+ run: tox -e base
38
if: inputs.tests_to_run == 'base'
39
- name: Test Modules that rely on PyTorch
40
run: tox -e torch
0 commit comments