Skip to content

Commit 729cd6a

Browse files
committed
[infra] Use commas to separate multiple tox commands
1 parent fd3ea6d commit 729cd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/update-poetry-cache.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: steps.cache-deps.outputs.cache-hit != 'true'
5353

5454
- name: Tox - Install Dependencies
55-
run: poetry run tox --workdir ${{ env.VENV_DIR }} --notest -e ${{ matrix.python-py-version }} check my${{ matrix.python-py-version }}
55+
run: poetry run tox --workdir ${{ env.VENV_DIR }} --notest -e ${{ matrix.python-py-version }},check,my${{ matrix.python-py-version }}
5656
if: steps.cache-deps.outputs.cache-hit != 'true'
5757

5858

0 commit comments

Comments
 (0)