Skip to content

Commit fdce63a

Browse files
committed
Install from source in CI
1 parent b0be8c4 commit fdce63a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
# os: ["ubuntu-latest", "macos-latest", "windows-latest"] # Waiting on builds
1818
os: ["ubuntu-latest"]
1919
python-version: ["3.8", "3.9", "3.10"]
20-
source: ["conda-forge"]
21-
graphblas-version: ["6.1.3"]
20+
source: ["source"] # ["conda-forge"]
21+
graphblas-version: ["6.2.0.beta2"]
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v2

0 commit comments

Comments
 (0)