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 build --outDir ../client
|
||||
cd ..
|
||||
- name: Install Python 3.10.11
|
||||
- name: Install Python 3.11
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.10.11"
|
||||
python-version: "3.11.x"
|
||||
- name: Create virtualenv
|
||||
run: |
|
||||
python -m venv .venv
|
||||
|
||||
Reference in New Issue
Block a user