Skip to content

Commit 294b273

Browse files
authored
Update build.yml
1 parent 34d2b05 commit 294b273

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
python -m pip install sphinx
2727
pip install virtualenv==20.0.1
2828
- name: Install tox
29-
if: python-version != 3.4
29+
if: ${{ matrix.python-version }} != 3.4
3030
run: pip install tox tox-gh-actions
3131
- name: Test with tox
32-
if: python-version != 3.4
32+
if: ${{ matrix.python-version }} != 3.4
3333
run: |
3434
tox
3535
pip install -e .

0 commit comments

Comments
 (0)