Skip to content

Commit

Permalink
CI: default py3.8 (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jul 11, 2022
1 parent 17014b7 commit c7b7c46
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_install-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8

- name: Check package
run: |
Expand All @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, macOS-10.15 , windows-2019]
python-version: [3.7]
python-version: [3.8]
timeout-minutes: 10

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
- name: Install dependencies
run: |
pip install flake8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8

- name: Install dependencies
run: >-
Expand Down
2 changes: 1 addition & 1 deletion requirements/audio_test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pypesq
pypesq>1.2
mir_eval>=0.6
speechmetrics @ https://github.com/aliutkus/speechmetrics/archive/refs/heads/master.zip
fast-bss-eval>=0.1.0
Expand Down

0 comments on commit c7b7c46

Please sign in to comment.