ci(tests): Use python3 version 3.10

This commit is contained in:
Carlos Álvaro
2022-07-21 12:32:05 +02:00
parent 53bcf55eda
commit f2c07f0b65
2 changed files with 2 additions and 1 deletions

View File

@@ -111,7 +111,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: '3.10'
- name: Execute basic tests
run: tests/basic/test.sh