Fix CI tests (#210)

* fix ci ruuner creation

* fix python versions

* fix setup and test
This commit is contained in:
Younes Belkada
2023-03-23 12:54:52 +01:00
committed by GitHub
parent 2632e7eba7
commit d8c3b6bca4
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
needs: check_code_quality
strategy:
matrix:
python-version: [3.8, 3.9, 3.10]
python-version: ["3.8", "3.9", "3.10"]
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
runs-on: ${{ matrix.os }}
steps: