Spaces:
Running
Running
MilesCranmer
commited on
Commit
·
e05d2e2
1
Parent(s):
00ab5ac
Only run conda test on one matrix element
Browse files
.github/workflows/CI_conda.yml
CHANGED
@@ -27,9 +27,9 @@ jobs:
|
|
27 |
runs-on: ${{ matrix.os }}
|
28 |
strategy:
|
29 |
matrix:
|
30 |
-
julia-version: ['1.
|
31 |
-
python-version: ['3.
|
32 |
-
os: ['ubuntu-latest'
|
33 |
|
34 |
steps:
|
35 |
- uses: actions/[email protected]
|
|
|
27 |
runs-on: ${{ matrix.os }}
|
28 |
strategy:
|
29 |
matrix:
|
30 |
+
julia-version: ['1.7.1']
|
31 |
+
python-version: ['3.9']
|
32 |
+
os: ['ubuntu-latest']
|
33 |
|
34 |
steps:
|
35 |
- uses: actions/[email protected]
|