Thanks to visit codestin.com Credit goes to github.com
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 7e4719d commit 4af3334Copy full SHA for 4af3334
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)
+ architecture: 'x64' # (x64 or x86), optional. Defaults to x64
24
- run: python my_script.py
25
```
26
0 commit comments