Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
f77beb1
1
Parent(s):
276bab1
Fix CI yaml formatting
Browse files- .github/workflows/CI.yml +5 -5
.github/workflows/CI.yml
CHANGED
@@ -32,12 +32,12 @@ jobs:
|
|
32 |
julia-version: ['1']
|
33 |
python-version: ['3.11']
|
34 |
os: [ubuntu-latest]
|
35 |
-
test-id: [
|
36 |
include:
|
37 |
-
- julia-version:
|
38 |
-
python-version:
|
39 |
-
os:
|
40 |
-
test-id:
|
41 |
|
42 |
steps:
|
43 |
- uses: actions/checkout@v3
|
|
|
32 |
julia-version: ['1']
|
33 |
python-version: ['3.11']
|
34 |
os: [ubuntu-latest]
|
35 |
+
test-id: [main]
|
36 |
include:
|
37 |
+
- julia-version: '1.6'
|
38 |
+
python-version: '3.7'
|
39 |
+
os: ubuntu-latest
|
40 |
+
test-id: include
|
41 |
|
42 |
steps:
|
43 |
- uses: actions/checkout@v3
|