mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [tests] github workflow
This commit is contained in:
parent
af719d1d94
commit
e1c4849ac3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ail_framework_test.yml
vendored
2
.github/workflows/ail_framework_test.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9, 3.10]
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10']
|
||||
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
|
|
Loading…
Reference in a new issue