We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86848f commit 5581ad6Copy full SHA for 5581ad6
.github/workflows/test.yml
@@ -14,11 +14,11 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- # os: ["ubuntu-latest", "macos-latest", "windows-latest"]
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: ["conda-forge"]
21
- source: ["source"]
+ source: ["conda-forge"]
+ # source: ["source"]
22
graphblas-version: ["7.0.2"]
23
steps:
24
- name: Checkout
0 commit comments