Skip to content

Commit

Permalink
Update cibuild.yml
Browse files Browse the repository at this point in the history
Fixed CI for Python 3.5
  • Loading branch information
andamian authored May 31, 2021
1 parent 82f269a commit 0426f9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install tox
run: python -m pip install --upgrade tox
# pytest-runner required to support deprecated Python3.5
run: python -m pip install --upgrade tox pytest-runner
- name: Test ${{ matrix.package }}
run: |
# add py and remove the "." from python-version in order to get the tox_target
Expand Down

0 comments on commit 0426f9f

Please sign in to comment.