Skip to content

Commit 5da5cc7

Browse files
committed
fix(releases): avoid updating pip on Windows CI/CD
1 parent 93be736 commit 5da5cc7

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Compile and publish binaries
33
on:
44
release:
55
types:
6-
- created
76
- prereleased
87
- edited
98
- published
@@ -147,10 +146,6 @@ jobs:
147146
with:
148147
python-version: "3.10.x"
149148

150-
- name: Upgrade pip
151-
# `--user` flag provided just in case of a permissions conflict.
152-
run: pip3 install --upgrade pip --user
153-
154149
- name: Install dependencies
155150
run: pip3 install -r requirements.txt
156151

@@ -189,10 +184,6 @@ jobs:
189184
with:
190185
python-version: "3.10.x"
191186

192-
- name: Upgrade pip
193-
# `--user` flag provided just in case of a permissions conflict.
194-
run: pip3 install --upgrade pip --user
195-
196187
- name: Install dependencies
197188
run: pip3 install -r requirements.txt
198189

0 commit comments

Comments
 (0)