Skip to content

Commit ae4e768

Browse files
committed
Follow up script renaming
1 parent 68c4adf commit ae4e768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pypy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Downgrade to pip < 20.2 when running on PyPy inside tox.
77
echo "[scripts/pypy.sh] pip before downgrade: $(pip --version)" >&2
8-
python scripts/downgrade-pip-on-pypy.py
8+
python scripts/pypy.py
99
echo "[scripts/pypy.sh] pip after downgrade: $(pip --version)" >&2
1010

1111
# Continue installing packages as normal.

0 commit comments

Comments
 (0)