Skip to content

Commit 4752dc9

Browse files
authored
Merge pull request #7 from Chinyemba-ck/fix-pin-pip-version
fix: pin pip to exact version in venv.sh
2 parents 2c4d06a + 4794d76 commit 4752dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

venv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ fi
99

1010
$PYTHON -m venv venv
1111
. venv/bin/activate
12-
pip install --upgrade pip
12+
pip install --upgrade pip==26.0.1
1313
pip install -r requirements.txt

0 commit comments

Comments
 (0)