Skip to content

Commit d34ac1e

Browse files
committed
wip
1 parent 8530743 commit d34ac1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
with:
6363
python-version: ${{ matrix.python }}
6464
allow-prereleases: true
65-
- name: Install nox
65+
- name: Install nox / pytest
6666
run: |
6767
python -m pip install --upgrade setuptools pip wheel
68-
python -m pip install nox
68+
python -m pip install nox / pytest
6969
- name: Run ${{ matrix.option }} tests
7070
env:
7171
COVERAGE_FILE: .coverage${{ matrix.option }}-${{matrix.python }}

0 commit comments

Comments
 (0)