disable macOS build with miniconda for now
Browse files
.github/workflows/build.yml
CHANGED
@@ -73,7 +73,7 @@ jobs:
|
|
73 |
runs-on: ${{ matrix.os }}
|
74 |
strategy:
|
75 |
matrix:
|
76 |
-
os: [ windows-2019, ubuntu-20.04
|
77 |
python-version: [ 3.7 ]
|
78 |
steps:
|
79 |
- uses: conda-incubator/setup-miniconda@v2
|
|
|
73 |
runs-on: ${{ matrix.os }}
|
74 |
strategy:
|
75 |
matrix:
|
76 |
+
os: [ windows-2019, ubuntu-20.04 ] #, macos-11 ]
|
77 |
python-version: [ 3.7 ]
|
78 |
steps:
|
79 |
- uses: conda-incubator/setup-miniconda@v2
|