Spaces:
Runtime error
Runtime error
jhj0517 commited on
Commit ·
0cfbb4f
1
Parent(s): 770a164
Use python==3.10
Browse files
.github/workflows/ci-shell.yml
CHANGED
|
@@ -11,7 +11,7 @@ on:
|
|
| 11 |
- master
|
| 12 |
|
| 13 |
env:
|
| 14 |
-
PYTHON_VERSION: '3.
|
| 15 |
|
| 16 |
jobs:
|
| 17 |
test-shell-script:
|
|
|
|
| 11 |
- master
|
| 12 |
|
| 13 |
env:
|
| 14 |
+
PYTHON_VERSION: '3.10'
|
| 15 |
|
| 16 |
jobs:
|
| 17 |
test-shell-script:
|
.github/workflows/ci.yml
CHANGED
|
@@ -16,7 +16,7 @@ jobs:
|
|
| 16 |
runs-on: ubuntu-20.04
|
| 17 |
strategy:
|
| 18 |
matrix:
|
| 19 |
-
python: ["3.
|
| 20 |
|
| 21 |
steps:
|
| 22 |
- uses: actions/checkout@v4
|
|
|
|
| 16 |
runs-on: ubuntu-20.04
|
| 17 |
strategy:
|
| 18 |
matrix:
|
| 19 |
+
python: ["3.10"]
|
| 20 |
|
| 21 |
steps:
|
| 22 |
- uses: actions/checkout@v4
|