8000 Update README.md · devngo/setup-python@2aaa66f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2aaa66f

Browse files
authored
Update README.md
1 parent 4af3334 commit 2aaa66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
- uses: actions/setup-python@v1
2121
with:
2222
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
23+
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
2424
- run: python my_script.py
2525
```
2626

0 commit comments

Comments
 (0)
0