Skip to content

Commit 4374fa7

Browse files
committed
do not upgrade pip (fails on windows)
1 parent f0d2860 commit 4374fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Install dependencies
3838
run: |
39-
pip install --quiet --upgrade pip setuptools tox>=4.5.1
39+
pip install --quiet --upgrade tox>=4.5.1
4040
4141
- name: Run essential tests
4242
if: ${{ matrix.tox-env != 'extended' }}

0 commit comments

Comments
 (0)