We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d2b05 commit 294b273Copy full SHA for 294b273
1 file changed
.github/workflows/build.yml
@@ -26,10 +26,10 @@ jobs:
26
python -m pip install sphinx
27
pip install virtualenv==20.0.1
28
- name: Install tox
29
- if: python-version != 3.4
+ if: ${{ matrix.python-version }} != 3.4
30
run: pip install tox tox-gh-actions
31
- name: Test with tox
32
33
run: |
34
tox
35
pip install -e .
0 commit comments