We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c4adf commit ae4e768Copy full SHA for ae4e768
scripts/pypy.sh
@@ -5,7 +5,7 @@
5
6
# Downgrade to pip < 20.2 when running on PyPy inside tox.
7
echo "[scripts/pypy.sh] pip before downgrade: $(pip --version)" >&2
8
-python scripts/downgrade-pip-on-pypy.py
+python scripts/pypy.py
9
echo "[scripts/pypy.sh] pip after downgrade: $(pip --version)" >&2
10
11
# Continue installing packages as normal.
0 commit comments