Run Windows tests on Python 3.8 - 3.10

This commit is contained in:
Elias Müller 2022-07-09 19:38:48 +02:00 committed by jaseg
parent 976b7e685e
commit bb7d0a332d

View file

@ -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"; "$@"; }