Skip to content

Commit

Permalink
fix(releases): avoid updating pip on Windows CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
xnus-kernel committed Jul 17, 2023
1 parent 93be736 commit 5da5cc7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Compile and publish binaries
on:
release:
types:
- created
- prereleased
- edited
- published
Expand Down Expand Up @@ -147,10 +146,6 @@ jobs:
with:
python-version: "3.10.x"

- name: Upgrade pip
# `--user` flag provided just in case of a permissions conflict.
run: pip3 install --upgrade pip --user

- name: Install dependencies
run: pip3 install -r requirements.txt

Expand Down Expand Up @@ -189,10 +184,6 @@ jobs:
with:
python-version: "3.10.x"

- name: Upgrade pip
# `--user` flag provided just in case of a permissions conflict.
run: pip3 install --upgrade pip --user

- name: Install dependencies
run: pip3 install -r requirements.txt

Expand Down

0 comments on commit 5da5cc7

Please sign in to comment.