summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorda-woods <dw-git@d-woods.co.uk>2022-07-31 20:33:00 +0100
committerGitHub <noreply@github.com>2022-07-31 20:33:00 +0100
commite4ad14fa103dd94d2f1747a9a6b852bbb0a59cfb (patch)
treea65229f6b7806d5bafabab58cf980193222d65f6
parent34b72dc6fc511c900d0e27c415550fd625c4d724 (diff)
downloadcython-e4ad14fa103dd94d2f1747a9a6b852bbb0a59cfb.tar.gz
indent Tools/ci-run.sh
Co-authored-by: 0dminnimda <0dminnimda@gmail.com>
-rw-r--r--Tools/ci-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/ci-run.sh b/Tools/ci-run.sh
index 0585f9a04..818bf68f6 100644
--- a/Tools/ci-run.sh
+++ b/Tools/ci-run.sh
@@ -77,7 +77,7 @@ else
if [[ $PYTHON_VERSION != "pypy"* && $PYTHON_VERSION != "3."[1]* ]]; then
python -m pip install -r test-requirements-cpython.txt || exit 1
elif [[ $PYTHON_VERSION == "pypy-2.7" ]]; then
- python -m pip install -r test-requirements-pypy27.txt || exit 1
+ python -m pip install -r test-requirements-pypy27.txt || exit 1
fi
fi
fi