Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
276bab1
1
Parent(s):
074a54b
Fix include in CI matrix
Browse files- .github/workflows/CI.yml +5 -5
.github/workflows/CI.yml
CHANGED
@@ -33,11 +33,11 @@ jobs:
|
|
33 |
python-version: ['3.11']
|
34 |
os: [ubuntu-latest]
|
35 |
test-id: ['main']
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
|
42 |
steps:
|
43 |
- uses: actions/checkout@v3
|
|
|
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
|