ci: avoid editable installs with old pip

This commit is contained in:
Henry Schreiner
2022-10-08 15:53:46 -04:00
committed by GitHub
parent 7c4bbf8cb3
commit 0fe600eea3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ set -o xtrace
$PYTHON --version
$PYTHON -m pip --version
$PYTHON -m virtualenv -p "$PYTHON" venv
venv/bin/python -m pip install -e ".[dev]"
venv/bin/python -m pip install ".[dev]"
venv/bin/python -m pip freeze
venv/bin/python --version