Spaces:
Sleeping
Sleeping
Bump python version in conda test as well
Browse files- .github/workflows/CI.yml +1 -1
.github/workflows/CI.yml
CHANGED
|
@@ -104,7 +104,7 @@ jobs:
|
|
| 104 |
shell: bash -l {0}
|
| 105 |
strategy:
|
| 106 |
matrix:
|
| 107 |
-
python-version: ['3.
|
| 108 |
os: ['ubuntu-latest']
|
| 109 |
|
| 110 |
steps:
|
|
|
|
| 104 |
shell: bash -l {0}
|
| 105 |
strategy:
|
| 106 |
matrix:
|
| 107 |
+
python-version: ['3.11']
|
| 108 |
os: ['ubuntu-latest']
|
| 109 |
|
| 110 |
steps:
|