Skip to content

Commit b83f269

Browse files
committed
try full Anaconda CI build
1 parent 7bbe253 commit b83f269

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/build-conda.yml

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

1817
steps:
Lines changed: 4 additions & 4 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:
66
- 1.16
7-
# - 1.17
8-
# - 1.20
7+
- 1.17
8+
- 1.20
99
zip_keys:
1010
- python
1111
- numpy

0 commit comments

Comments
 (0)