fixed syntax

This commit is contained in:
Surferlul 2023-10-10 03:57:25 +02:00
parent 0a3f982576
commit 4c2d25e2d2

View File

@ -9,10 +9,10 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.12'
# Optional - x64 or x86 architecture, defaults to x64
architecture: 'x64'
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.12'
# Optional - x64 or x86 architecture, defaults to x64
architecture: 'x64'
- run: python main.py ${{ github.workspace }}