Skip to content

Commit

Permalink
add GraphBLAS 9.1.0 to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Aug 12, 2024
1 parent 0fca67e commit 960b5e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- {grb_version: 7.1.0, conda_grb_package_hash: h27087fc, conda_extension: tar.bz2}
- {grb_version: 7.3.0, conda_grb_package_hash: h27087fc, conda_extension: tar.bz2}
- {grb_version: 7.4.1, conda_grb_package_hash: hcb278e6, conda_extension: conda}
- {grb_version: 9.1.0, conda_grb_package_hash: hd29ac08, conda_extension: conda}
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:
make test_coverage
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.1
if: matrix.config.grb_version == '7.4.1' && github.event_name == 'push' && github.ref == 'refs/heads/stable'
if: matrix.config.grb_version == '9.1.0' && github.event_name == 'push' && github.ref == 'refs/heads/stable'
with:
branch: gh-pages
folder: build/test_coverage/
Expand All @@ -62,6 +63,7 @@ jobs:
- {grb_version: 7.1.0, conda_grb_package_hash: h7881ed4, conda_extension: tar.bz2}
- {grb_version: 7.3.0, conda_grb_package_hash: ha894c9a, conda_extension: tar.bz2}
- {grb_version: 7.4.1, conda_grb_package_hash: ha894c9a, conda_extension: conda}
- {grb_version: 9.1.0, conda_grb_package_hash: heb48c95, conda_extension: conda}
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
Expand Down

0 comments on commit 960b5e7

Please sign in to comment.