Changed python version (3.10->3.9) for packaging
This commit is contained in:
6
.github/workflows/windows-packaging.yml
vendored
6
.github/workflows/windows-packaging.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user