mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
update python version for win arm
This commit is contained in:
@@ -67,10 +67,10 @@ jobs:
|
|||||||
yarn install
|
yarn install
|
||||||
yarn build --outDir ../client
|
yarn build --outDir ../client
|
||||||
cd ..
|
cd ..
|
||||||
- name: Install Python 3.10.11
|
- name: Install Python 3.11
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: "3.10.11"
|
python-version: "3.11.x"
|
||||||
- name: Create virtualenv
|
- name: Create virtualenv
|
||||||
run: |
|
run: |
|
||||||
python -m venv .venv
|
python -m venv .venv
|
||||||
|
|||||||
Reference in New Issue
Block a user