mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 12:06:59 +00:00
Keep documentation for pip and pip3
This commit is contained in:
@@ -22,4 +22,6 @@ done
|
||||
# Document what was added to the image
|
||||
echo "Lastly, documenting what we added to the metadata file"
|
||||
DocumentInstalledItem "Python ($(python --version 2>&1))"
|
||||
DocumentInstalledItem "Python3 ($(python3 --version))"
|
||||
DocumentInstalledItem "pip ($(pip --version))"
|
||||
DocumentInstalledItem "Python3 ($(python3 --version))"
|
||||
DocumentInstalledItem "pip3 ($(pip3 --version))"
|
||||
Reference in New Issue
Block a user