mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 04:37:09 +00:00
Add pypy and pypy3 to PATH during tools cache download
This commit is contained in:
@@ -12,7 +12,7 @@ apt-get install -y --no-install-recommends python python-dev python-pip python3
|
||||
|
||||
# Run tests to determine that the software installed as expected
|
||||
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
||||
for cmd in python python3; do
|
||||
for cmd in python pip python3 pip3; do
|
||||
if ! command -v $cmd; then
|
||||
echo "$cmd was not installed or not found on PATH"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user