Skip to content

Commit 5590dba

Browse files
committed
Test graphblas from conda-forge
1 parent f7c33fd commit 5590dba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
# os: ["ubuntu-latest", "macos-latest", "windows-latest"]
18-
# source: ["conda-forge"]
19-
os: ["ubuntu-latest"]
20-
source: ["source"]
17+
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
18+
source: ["conda-forge"]
19+
# os: ["ubuntu-latest"]
20+
# source: ["source"]
2121
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2222
steps:
2323
- name: Checkout

0 commit comments

Comments
 (0)