Spaces:
Running
Running
MilesCranmer
commited on
Merge pull request #212 from MilesCranmer/expand-ci-conda-forge
Browse files
.github/workflows/CI_conda_forge.yml
CHANGED
@@ -19,7 +19,7 @@ jobs:
|
|
19 |
strategy:
|
20 |
fail-fast: false
|
21 |
matrix:
|
22 |
-
python-version: ['3.9']
|
23 |
os: ['ubuntu-latest', 'macos-latest']
|
24 |
use-mamba: [true, false]
|
25 |
|
|
|
19 |
strategy:
|
20 |
fail-fast: false
|
21 |
matrix:
|
22 |
+
python-version: ['3.8', '3.9', '3.10', '3.11']
|
23 |
os: ['ubuntu-latest', 'macos-latest']
|
24 |
use-mamba: [true, false]
|
25 |
|