diff --git a/.github/workflows/windows-packaging.yml b/.github/workflows/windows-packaging.yml index 4306619..1e4a39b 100644 --- a/.github/workflows/windows-packaging.yml +++ b/.github/workflows/windows-packaging.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Use Python 3.10 + - name: Use Python 3.9 uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.9' - name: Install dependencies run: pip install -r ./requirements/requirements.txt @@ -21,7 +21,7 @@ jobs: run: | pip install pyinstaller - - name: Build Artemis main executables and + - name: Build Artemis main executables run: | CD spec_files\Windows