Skip to content

Commit 4f1c29b

Browse files
committed
Update pip in devtest venv install
1 parent c071b16 commit 4f1c29b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

devtest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ def run(cmd: str) -> subprocess.CompletedProcess:
7070

7171
print("# Installing packages")
7272

73+
run("pip install --upgrade pip")
74+
7375
for pkg in pkgs:
7476
cp = run("pip install " + pkg)
7577
print("Running", " ".join(cp.args))

0 commit comments

Comments
 (0)