Skip to content

Commit

Permalink
Try conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Apr 9, 2022
1 parent a86848f commit 5581ad6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: ["ubuntu-latest", "macos-latest", "windows-latest"]
os: ["ubuntu-latest"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
# os: ["ubuntu-latest"]
python-version: ["3.8", "3.9", "3.10"]
# source: ["conda-forge"]
source: ["source"]
source: ["conda-forge"]
# source: ["source"]
graphblas-version: ["7.0.2"]
steps:
- name: Checkout
Expand Down

0 comments on commit 5581ad6

Please sign in to comment.