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 56825a5 commit 2dc03d3Copy full SHA for 2dc03d3
.github/workflows/update_directory.yml
@@ -19,6 +19,9 @@ jobs:
19
steps:
20
- uses: actions/checkout@master
21
- 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
25
- name: Update Directory
26
shell: python
27
run: |
0 commit comments