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 9e79c2a commit 2a99835Copy full SHA for 2a99835
.github/workflows/tests.yaml
@@ -28,6 +28,4 @@ jobs:
28
with:
29
python-version: ${{ matrix.python-version }}
30
- uses: abatilo/actions-poetry@v2
31
- - uses: wntrblm/nox@2023.04.22
32
- - name: Run matrix of tests
33
- run: nox --no-venv --non-interactive --python python
+ - run: poetry run nox -r --non-interactive --python=python
0 commit comments