mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +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
|
# Document what was added to the image
|
||||||
echo "Lastly, documenting what we added to the metadata file"
|
echo "Lastly, documenting what we added to the metadata file"
|
||||||
DocumentInstalledItem "Python ($(python --version 2>&1))"
|
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