Run Windows tests on Python 3.8 - 3.10
This commit is contained in:
parent
976b7e685e
commit
bb7d0a332d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
name: 'Windows - Python'
|
name: 'Windows - Python'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ '3.10' ] # '3.7', '3.8', '3.9'
|
python-version: [ '3.8', '3.9', '3.10' ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: 'Install Python'
|
- name: 'Install Python'
|
||||||
|
|
@ -75,7 +75,7 @@ jobs:
|
||||||
execute python -m pip install --upgrade pip
|
execute python -m pip install --upgrade pip
|
||||||
execute python -m pip install wheel
|
execute python -m pip install wheel
|
||||||
execute python -m pip install -r tests/requirements.txt
|
execute python -m pip install -r tests/requirements.txt
|
||||||
- name: 'Install libmpv'
|
- name: 'Provide libmpv'
|
||||||
run: |
|
run: |
|
||||||
function execute() { echo -e "\033[0;34m$*\033[0m"; "$@"; }
|
function execute() { echo -e "\033[0;34m$*\033[0m"; "$@"; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue