Revert "ci: avoid editable installs with old pip"

This reverts commit 0fe600eea3.
This commit is contained in:
Henry Schreiner
2022-10-08 15:58:04 -04:00
parent 0fe600eea3
commit 1ee0692f68
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ init:
}
python -m pip install -U pip
install: python -m pip install ".[dev]" pytest-custom-exit-code
install: python -m pip install -e ".[dev]" pytest-custom-exit-code
# the '-u' flag is required so the output is in the correct order.
# See https://github.com/pypa/cibuildwheel/pull/24 for more info.