Spaces:
Sleeping
Sleeping
marintosti12 commited on
Commit ·
ad646e1
1
Parent(s): b3feec5
fix(ci): correction version python
Browse files
.github/workflows/ci.yaml
CHANGED
|
@@ -13,7 +13,7 @@ jobs:
|
|
| 13 |
|
| 14 |
strategy:
|
| 15 |
matrix:
|
| 16 |
-
python-version: [ "3.
|
| 17 |
|
| 18 |
steps:
|
| 19 |
- name: Checkout
|
|
|
|
| 13 |
|
| 14 |
strategy:
|
| 15 |
matrix:
|
| 16 |
+
python-version: [ "3.12" ]
|
| 17 |
|
| 18 |
steps:
|
| 19 |
- name: Checkout
|