Skip to content

Commit

Permalink
Update update_directory_md.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 8, 2020
1 parent 339a4e5 commit 07af54d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/update_directory_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- shell: python
- shell: python # Legacy Python 2.7.15 :-(
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}"
- shell: bash -c "$RUNNER_TOOL_CACHE/Python/3.8.0/x64/python {0}"
run: import sys ; print("Python {}.{}.{}".format(*sys.version_info))
- shell: python
run: import sys ; print("Python {}.{}.{}".format(*sys.version_info))
- shell: bash -c "$RUNNER_TOOL_CACHE/Python/3.8.0/x64/python {0}"
run: |
import os
Expand Down

0 comments on commit 07af54d

Please sign in to comment.