Skip to content

Commit 1185e92

Browse files
committed
Be specific about tox env run in CI (=> env. "report" is no longer run)
1 parent 48c1eea commit 1185e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up memcached
3535
uses: niden/actions-memcached@v7
3636
- name: Test Base Modules
37-
run: tox
37+
run: tox -e base
3838
if: inputs.tests_to_run == 'base'
3939
- name: Test Modules that rely on PyTorch
4040
run: tox -e torch

0 commit comments

Comments
 (0)