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 4af3334 commit 2aaa66fCopy full SHA for 2aaa66f
README.md
@@ -20,7 +20,7 @@ steps:
20
- uses: actions/setup-python@v1
21
with:
22
python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax.
23
- architecture: 'x64' # (x64 or x86), optional. Defaults to x64
+ architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
24
- run: python my_script.py
25
```
26
0 commit comments