Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Aug 13, 2024
1 parent 1990a1a commit b240531
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
strategy:
matrix:
config:
# - {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
Expand All @@ -37,7 +34,6 @@ jobs:
cd ..
- name: Build project
run: |
# export GRAPHBLAS_INCLUDE_DIR=`pwd`/graphblas-binaries/include
export GRAPHBLAS_INCLUDE_DIR=`pwd`/graphblas-binaries/include/suitesparse
export GRAPHBLAS_LIBRARY=`pwd`/graphblas-binaries/lib/libgraphblas.so
cd build
Expand All @@ -61,9 +57,6 @@ jobs:
strategy:
matrix:
config:
# - {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
Expand Down

0 comments on commit b240531

Please sign in to comment.