ci(tests): Use python3 version 3.10
This commit is contained in:
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user