Update update_directory_md.yml

This commit is contained in:
Christian Clauss
2020-01-08 17:46:38 +01:00
committed by GitHub
parent eb1284cd15
commit 8d35f02fa4

View File

@@ -8,9 +8,9 @@ jobs:
- uses: actions/checkout@v1
- shell: python
run: import sys ; print("Python {}.{}.{}".format(*sys.version_info))
- # name: Upgrade to Python 3.8
# run: sudo update-alternatives --install /usr/bin/python python ${pythonLocation}/bin/python3.8 10
# shell: bash -c "$RUNNER_TOOL_CACHE/Python/3.8.0/x64/python {0}"
#- name: Upgrade to Python 3.8
# run: sudo update-alternatives --install /usr/bin/python python ${pythonLocation}/bin/python3.8 10
# shell: bash -c "$RUNNER_TOOL_CACHE/Python/3.8.0/x64/python {0}"
- shell: bash -c "$RUNNER_TOOL_CACHE/Python/3.8.0/x64/python {0}"
run: import sys ; print("Python {}.{}.{}".format(*sys.version_info))
- shell: python