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 4328f8f commit d5dd0e5Copy full SHA for d5dd0e5
.github/workflows/tests.yml
@@ -30,6 +30,7 @@ jobs:
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
0 commit comments