Skip to content

Commit 7ad0fb9

Browse files
committed
fix CI on py3.5
1 parent 89887cb commit 7ad0fb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
python-version: ${{ matrix.python }}
3737
- name: Install tox
3838
run: |
39-
python -m pip install --upgrade pip
39+
python -m pip install pip-with-requires-python
40+
python -m pip install -U pip
4041
pip install tox
4142
- name: Test
4243
run: |

0 commit comments

Comments
 (0)