Skip to content

Commit a878db9

Browse files
Gavin AguiarGavin Aguiar
authored andcommitted
Upgrading pip to version 23.0
1 parent 4b5b6cd commit a878db9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pack/scripts/nix_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
python -m venv .env
44
source .env/bin/activate
5-
python -m pip install --upgrade pip setuptools wheel
5+
python -m pip install --upgrade pip==23.0
66

77
python -m pip install .
88

pack/scripts/win_deps.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python -m venv .env
22
.env\Scripts\Activate.ps1
3-
python -m pip install --upgrade pip setuptools wheel
3+
python -m pip install --upgrade pip==23.0
44

55
python -m pip install .
66

0 commit comments

Comments
 (0)