We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201c547 commit 36efc47Copy full SHA for 36efc47
pack/scripts/nix_deps.sh
@@ -2,7 +2,7 @@
2
3
python -m venv .env
4
source .env/bin/activate
5
-python -m pip install --upgrade pip
+python -m pip install --upgrade pip==23.0
6
7
python -m pip install .
8
pack/scripts/win_deps.ps1
@@ -1,6 +1,6 @@
1
.env\Scripts\Activate.ps1
0 commit comments