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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Use Python 3.10
|
- name: Use Python 3.9
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.9'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install -r ./requirements/requirements.txt
|
run: pip install -r ./requirements/requirements.txt
|
||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install pyinstaller
|
pip install pyinstaller
|
||||||
|
|
||||||
- name: Build Artemis main executables and
|
- name: Build Artemis main executables
|
||||||
run: |
|
run: |
|
||||||
CD spec_files\Windows
|
CD spec_files\Windows
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user