Don't 'pip install install' (#612)

Change-Id: I916858a3e3af9366ab8e8b68e875ab670848d571
This commit is contained in:
Aurelien Lourot
2021-07-29 10:56:23 +02:00
committed by GitHub
parent 611f9c30df
commit 4d2761e84d
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
pip install pip==20.2.3
pip install "$@"
pip "$@"