Spaces:
Running
Running
jhj0517
commited on
Commit
·
4587e55
1
Parent(s):
cf47adf
Downgrade 3.13
Browse files
.github/workflows/ci-shell.yml
CHANGED
@@ -18,7 +18,7 @@ jobs:
|
|
18 |
runs-on: ubuntu-latest
|
19 |
strategy:
|
20 |
matrix:
|
21 |
-
python: ["3.10", "3.11", "3.12"
|
22 |
|
23 |
steps:
|
24 |
- name: Clean up space for action
|
|
|
18 |
runs-on: ubuntu-latest
|
19 |
strategy:
|
20 |
matrix:
|
21 |
+
python: ["3.10", "3.11", "3.12"]
|
22 |
|
23 |
steps:
|
24 |
- name: Clean up space for action
|
.github/workflows/ci.yml
CHANGED
@@ -18,7 +18,7 @@ jobs:
|
|
18 |
runs-on: ubuntu-latest
|
19 |
strategy:
|
20 |
matrix:
|
21 |
-
python: ["3.10", "3.11", "3.12"
|
22 |
|
23 |
env:
|
24 |
DEEPL_API_KEY: ${{ secrets.DEEPL_API_KEY }}
|
|
|
18 |
runs-on: ubuntu-latest
|
19 |
strategy:
|
20 |
matrix:
|
21 |
+
python: ["3.10", "3.11", "3.12"]
|
22 |
|
23 |
env:
|
24 |
DEEPL_API_KEY: ${{ secrets.DEEPL_API_KEY }}
|