8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13502b3 commit 727747dCopy full SHA for 727747d
.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