Skip to content

Commit 9d5b50f

Browse files
committed
Update CI to install from conda-forge; also, run on Windows and OS X
1 parent 113a956 commit 9d5b50f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
# os: ["ubuntu-latest", "macos-latest", "windows-latest"] # Waiting on builds
18-
os: ["ubuntu-latest"]
17+
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
18+
# os: ["ubuntu-latest"]
1919
python-version: ["3.8", "3.9", "3.10"]
20-
source: ["source"] # ["conda-forge"]
20+
source: ["conda-forge"]
21+
# source: ["source"]
2122
graphblas-version: ["6.2.1"]
2223
steps:
2324
- name: Checkout

0 commit comments

Comments
 (0)