Skip to content

Commit d74417f

Browse files
authored
Update directory_writer.yml
1 parent 458827b commit d74417f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/directory_writer.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- uses: actions/checkout@v1 # v1, NOT v2
1010
- uses: actions/setup-python@v2
11+
with:
12+
python-version: "3.10.0-beta.1"
1113
- name: Write DIRECTORY.md
1214
run: |
1315
scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md

0 commit comments

Comments
 (0)