We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113a956 commit 9d5b50fCopy full SHA for 9d5b50f
.github/workflows/test.yml
@@ -14,10 +14,11 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- # os: ["ubuntu-latest", "macos-latest", "windows-latest"] # Waiting on builds
18
- os: ["ubuntu-latest"]
+ os: ["ubuntu-latest", "macos-latest", "windows-latest"]
+ # os: ["ubuntu-latest"]
19
python-version: ["3.8", "3.9", "3.10"]
20
- source: ["source"] # ["conda-forge"]
+ source: ["conda-forge"]
21
+ # source: ["source"]
22
graphblas-version: ["6.2.1"]
23
steps:
24
- name: Checkout
0 commit comments