Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
f175162
1
Parent(s):
765be03
Only test 3.9+ for conda
Browse files
.github/workflows/CI_conda_forge.yml
CHANGED
@@ -20,9 +20,22 @@ jobs:
|
|
20 |
strategy:
|
21 |
fail-fast: false
|
22 |
matrix:
|
23 |
-
python-version: ['3.
|
24 |
-
os: ['ubuntu-latest'
|
25 |
use-mamba: [true, false]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
steps:
|
28 |
- name: "Set up Conda"
|
|
|
20 |
strategy:
|
21 |
fail-fast: false
|
22 |
matrix:
|
23 |
+
python-version: ['3.9', '3.10', '3.11', '3.12']
|
24 |
+
os: ['ubuntu-latest']
|
25 |
use-mamba: [true, false]
|
26 |
+
include:
|
27 |
+
- python-version: 3.9
|
28 |
+
os: 'windows-latest'
|
29 |
+
use-mamba: true
|
30 |
+
- python-version: 3.12
|
31 |
+
os: 'windows-latest'
|
32 |
+
use-mamba: true
|
33 |
+
- python-version: 3.9
|
34 |
+
os: 'macos-latest'
|
35 |
+
use-mamba: true
|
36 |
+
- python-version: 3.12
|
37 |
+
os: 'macos-latest'
|
38 |
+
use-mamba: true
|
39 |
|
40 |
steps:
|
41 |
- name: "Set up Conda"
|