We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5244594 commit c1732f4Copy full SHA for c1732f4
1 file changed
.github/workflows/build.yml
@@ -26,6 +26,7 @@ jobs:
26
pip install sphinx_rtd_theme
27
pip install virtualenv==20.0.1
28
- name: Test with tox
29
+ if: ${{ matrix.python-version != '3.5' }}
30
run: |
31
tox -e py
32
- name: Before deploy
0 commit comments