mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 19:40:12 +01:00
add some code to discover what versions of Python are available on the build agent
This commit is contained in:
@@ -49,6 +49,8 @@ jobs:
|
||||
- bash: |
|
||||
which python
|
||||
python -c "import sys; print(sys.version); print(sys.prefix)"
|
||||
# check what Pythons are available
|
||||
ls -al /c/hostedtoolcache/windows/Python
|
||||
displayName: 'Check Python'
|
||||
|
||||
- bash: |
|
||||
|
||||
Reference in New Issue
Block a user