We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2d787 commit 31cb7feCopy full SHA for 31cb7fe
.github/workflows/update_directory_md.yml
@@ -5,12 +5,10 @@ jobs:
5
update_directory_md:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v1
9
- - shell: python # Legacy Python 2.7.15 :-(
10
- run: import sys ; print("Python {}.{}.{}".format(*sys.version_info))
11
- - shell: bash -c "$RUNNER_TOOL_CACHE/Python/3.8.0/x64/python {0}"
12
13
+ - uses: actions/checkout@master
+ - uses: actions/setup-python@master
+ - name: update_directory_md
+ shell: python
14
run: |
15
import os
16
from typing import Iterator
0 commit comments