We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458827b commit d74417fCopy full SHA for d74417f
.github/workflows/directory_writer.yml
@@ -8,6 +8,8 @@ jobs:
8
steps:
9
- uses: actions/checkout@v1 # v1, NOT v2
10
- uses: actions/setup-python@v2
11
+ with:
12
+ python-version: "3.10.0-beta.1"
13
- name: Write DIRECTORY.md
14
run: |
15
scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
0 commit comments