Skip to content

Commit 36efc47

Browse files
gavin-aguiarGavin Aguiar
andauthored
Build fixes: Upgrading pip to 23.0 (#1221)
* Build fixes tests * Adding --use-pep517 to pip * Installing setuptools and wheel * Upgrading pip to version 23.0 --------- Co-authored-by: Gavin Aguiar <gavin@GavinPC>
1 parent 201c547 commit 36efc47

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
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
3+
python -m pip install --upgrade pip==23.0
44

55
python -m pip install .
66

0 commit comments

Comments
 (0)