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 160ead9 commit 25b7a1eCopy full SHA for 25b7a1e
.github/workflows/tests.yml
@@ -25,12 +25,12 @@ jobs:
25
cache-dependency-path: .github/workflows/tests.yml
26
- name: Upgrade pip
27
run: python -m pip install --upgrade pip
28
- - name: Install pytest
29
- run: python -m pip install --upgrade pytest
+ - name: Install tox
+ run: python -m pip install --upgrade tox
30
- name: Install sphinx-lint to pull dependencies
31
run: python -m pip install -v .
32
- name: Download more tests from friend projects
33
if: matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest'
34
run: sh download-more-tests.sh
35
- name: run tests
36
- run: python -m pytest
+ run: tox
0 commit comments