Skip to content

Commit d04cc82

Browse files
committed
Attempt to fix windows pip upgrade
1 parent 1e4544b commit d04cc82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
uses: actions/[email protected]
6262
with:
6363
python-version: ${{ matrix.python-version }}
64-
- name: Install tox and upgrade setuptools and pip
65-
run: pip install --upgrade tox setuptools pip
64+
- name: Install tox and upgrade setuptools
65+
run: pip install --upgrade tox setuptools
6666
- name: Install build dependencies (Linux) # Yasm in pypa/manylinux images.
6767
run: sudo apt install yasm
6868
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)