fixed syntax
This commit is contained in:
parent
0a3f982576
commit
4c2d25e2d2
@ -9,10 +9,10 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.12
|
- name: Set up Python 3.12
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
# Semantic version range syntax or exact version of a Python version
|
# Semantic version range syntax or exact version of a Python version
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
# Optional - x64 or x86 architecture, defaults to x64
|
# Optional - x64 or x86 architecture, defaults to x64
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
- run: python main.py ${{ github.workspace }}
|
- run: python main.py ${{ github.workspace }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user