Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
ffcddde
1
Parent(s):
b0fe1f1
Add conda-forge test on macOS too
Browse files
.github/workflows/CI_conda_forge.yml
CHANGED
@@ -19,7 +19,7 @@ jobs:
|
|
19 |
strategy:
|
20 |
matrix:
|
21 |
python-version: ['3.9']
|
22 |
-
os: ['ubuntu-latest']
|
23 |
|
24 |
steps:
|
25 |
- uses: actions/checkout@v2
|
|
|
19 |
strategy:
|
20 |
matrix:
|
21 |
python-version: ['3.9']
|
22 |
+
os: ['ubuntu-latest', 'macos-latest']
|
23 |
|
24 |
steps:
|
25 |
- uses: actions/checkout@v2
|