Skip to content

Commit

Permalink
Upgrading pip to version 23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Aguiar authored and Gavin Aguiar committed Apr 27, 2023
1 parent 4b5b6cd commit a878db9
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 setuptools wheel
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 setuptools wheel
python -m pip install --upgrade pip==23.0

python -m pip install .

Expand Down

0 comments on commit a878db9

Please sign in to comment.