Skip to content

Commit 539d2be

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-poetry-cache.yaml

Lines changed: 1 addition & 1 deletion
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)