Skip to content

Commit

Permalink
Build fixes: Upgrading pip to 23.0 (#1221)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
gavin-aguiar and Gavin Aguiar authored Apr 27, 2023
1 parent 201c547 commit 36efc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pack/scripts/nix_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

python -m venv .env
source .env/bin/activate
python -m pip install --upgrade pip
python -m pip install --upgrade pip==23.0

python -m pip install .

Expand Down
2 changes: 1 addition & 1 deletion pack/scripts/win_deps.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
python -m venv .env
.env\Scripts\Activate.ps1
python -m pip install --upgrade pip
python -m pip install --upgrade pip==23.0

python -m pip install .

Expand Down

0 comments on commit 36efc47

Please sign in to comment.