Skip to content

Commit 7bbe253

Browse files
committed
debug Anaconda macOS CI build
1 parent c9978b3 commit 7bbe253

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/build-conda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, windows-2019, macOS-10.15]
14+
os: [macOS-10.15]
15+
# os: [ubuntu-latest, windows-2019, macOS-10.15]
1516
name: Build Anaconda packages on ${{ matrix.os }}
1617

1718
steps:
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
python:
22
- 3.7
3-
- 3.8
4-
- 3.9
3+
# - 3.8
4+
# - 3.9
55
numpy:
6-
- 1.15
7-
- 1.17
8-
- 1.20
6+
- 1.16
7+
# - 1.17
8+
# - 1.20
99
zip_keys:
1010
- python
1111
- numpy

0 commit comments

Comments
 (0)