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 8530743 commit d34ac1eCopy full SHA for d34ac1e
.github/workflows/unittest.yml
@@ -62,10 +62,10 @@ jobs:
62
with:
63
python-version: ${{ matrix.python }}
64
allow-prereleases: true
65
- - name: Install nox
+ - name: Install nox / pytest
66
run: |
67
python -m pip install --upgrade setuptools pip wheel
68
- python -m pip install nox
+ python -m pip install nox / pytest
69
- name: Run ${{ matrix.option }} tests
70
env:
71
COVERAGE_FILE: .coverage${{ matrix.option }}-${{matrix.python }}
0 commit comments