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 ad38056 commit 3c921b2Copy full SHA for 3c921b2
.github/workflows/tests.yaml
@@ -31,4 +31,4 @@ jobs:
31
uses: abatilo/actions-poetry@v2
32
- uses: wntrblm/[email protected]
33
- name: Run matrix of tests
34
- run: nox
+ run: nox --no-venv --non-interactive --python ${{ matrix.python-version }}
0 commit comments