Skip to content

Commit

Permalink
[infra] Use commas to separate multiple tox commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Jan 11, 2025
1 parent fd3ea6d commit 539d2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-poetry-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: steps.cache-deps.outputs.cache-hit != 'true'

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


0 comments on commit 539d2be

Please sign in to comment.