Use python 3.7, not 3.8
This commit is contained in:
parent
8cfc1163e2
commit
7cbe879fc6
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -680,7 +680,7 @@ jobs:
|
|||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.7
|
||||||
- name: Run python notebooks
|
- name: Run python notebooks
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y --no-install-recommends libopusfile0 libopus-dev libopusfile-dev
|
sudo apt-get install -y --no-install-recommends libopusfile0 libopus-dev libopusfile-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user