Skip to content

Commit 2dc03d3

Browse files
committed
Fixing workflow Update Directory.
1 parent 56825a5 commit 2dc03d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_directory.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@master
2121
- uses: actions/setup-python@master
22+
with:
23+
python-version: '3.9' # Version range or exact version of a Python version to use, using SemVer's version range syntax
24+
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
2225
- name: Update Directory
2326
shell: python
2427
run: |

0 commit comments

Comments
 (0)