File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 uses : actions/setup-python@v5
1414 with :
1515 python-version : " 3.10"
16- - name : Install nox
16+ - name : Install nox / pytest
1717 run : |
1818 python -m pip install --upgrade setuptools pip wheel
19- python -m pip install nox
19+ python -m pip install nox pytest
2020 - name : Run docs
2121 run : |
2222 nox -s docs
@@ -29,10 +29,10 @@ jobs:
2929 uses : actions/setup-python@v5
3030 with :
3131 python-version : " 3.10"
32- - name : Install nox
32+ - name : Install nox / pytest
3333 run : |
3434 python -m pip install --upgrade setuptools pip wheel
35- python -m pip install nox
35+ python -m pip install nox pytest
3636 - name : Run docfx
3737 run : |
3838 nox -s docfx
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 uses : actions/setup-python@v5
1414 with :
1515 python-version : " 3.14"
16- - name : Install nox
16+ - name : Install nox / pytest
1717 run : |
1818 python -m pip install --upgrade setuptools pip wheel
19- python -m pip install nox
19+ python -m pip install nox pytest
2020 - name : Run lint
2121 run : |
2222 nox -s lint
Original file line number Diff line number Diff line change 6565 - name : Install nox / pytest
6666 run : |
6767 python -m pip install --upgrade setuptools pip wheel
68- python -m pip install nox / pytest
68+ python -m pip install nox pytest
6969 - name : Run ${{ matrix.option }} tests
7070 env :
7171 COVERAGE_FILE : .coverage${{ matrix.option }}-${{matrix.python }}
You can’t perform that action at this time.
0 commit comments