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 fd3ea6d commit 539d2beCopy full SHA for 539d2be
.github/workflows/update-poetry-cache.yaml
@@ -52,7 +52,7 @@ jobs:
52
if: steps.cache-deps.outputs.cache-hit != 'true'
53
54
- 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 }}
+ run: poetry run tox --workdir ${{ env.VENV_DIR }} --notest -e ${{ matrix.python-py-version }} check,my${{ matrix.python-py-version }}
56
57
58
0 commit comments