Spaces:
Running
Running
Yurii Paniv
commited on
Commit
·
fcb0718
1
Parent(s):
d623eb5
Bump Python version
Browse files
.github/workflows/hf-sync.yml
CHANGED
@@ -14,7 +14,7 @@ jobs:
|
|
14 |
- uses: actions/checkout@v1
|
15 |
- uses: actions/setup-python@v1
|
16 |
with:
|
17 |
-
python-version: '3.
|
18 |
- name: Test windows-latest binding
|
19 |
run: |
|
20 |
python -m venv venv3
|
@@ -32,10 +32,10 @@ jobs:
|
|
32 |
|
33 |
steps:
|
34 |
- uses: actions/checkout@v3
|
35 |
-
- name: Set up Python 3.
|
36 |
uses: actions/setup-python@v4
|
37 |
with:
|
38 |
-
python-version: 3.
|
39 |
- name: Install libsndfile1
|
40 |
run: sudo apt-get update && sudo apt-get install -y libsndfile1
|
41 |
- name: Install dependencies
|
|
|
14 |
- uses: actions/checkout@v1
|
15 |
- uses: actions/setup-python@v1
|
16 |
with:
|
17 |
+
python-version: '3.10'
|
18 |
- name: Test windows-latest binding
|
19 |
run: |
|
20 |
python -m venv venv3
|
|
|
32 |
|
33 |
steps:
|
34 |
- uses: actions/checkout@v3
|
35 |
+
- name: Set up Python 3.10 #${{ matrix.python-version }}
|
36 |
uses: actions/setup-python@v4
|
37 |
with:
|
38 |
+
python-version: 3.10 #${{ matrix.python-version }}
|
39 |
- name: Install libsndfile1
|
40 |
run: sudo apt-get update && sudo apt-get install -y libsndfile1
|
41 |
- name: Install dependencies
|