Skip to content

Commit 8542c13

Browse files
committed
Pin version of HighFive for integration tests.
Currently, the software we run integration tests against, uses HighFive v2. Therefore, we run integration tests against the "master" for v2, which is called `v2.x`.
1 parent 6598c1d commit 8542c13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
highfive_branch:
1717
description: "HighFive branch to test against"
1818
required: false
19-
default: "master"
19+
default: "v2.x"
2020
type: string
2121

2222
libsonata_branch:
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Build HighFive
4848
run: |
49-
HIGHFIVE_BRANCH=${HIGHFIVE_BRANCH:-"master"}
49+
HIGHFIVE_BRANCH=${HIGHFIVE_BRANCH:-"v2.x"}
5050
5151
git clone https://github.com/BlueBrain/HighFive.git \
5252
--branch ${HIGHFIVE_BRANCH} --recursive
@@ -73,7 +73,7 @@ jobs:
7373
- name: Build and Test libsonata
7474
if: success() || failure()
7575
run: |
76-
HIGHFIVE_BRANCH=${HIGHFIVE_BRANCH:-"master"}
76+
HIGHFIVE_BRANCH=${HIGHFIVE_BRANCH:-"v2.x"}
7777
LIBSONATA_BRANCH=${LIBSONATA_BRANCH:-"master"}
7878
7979
git clone https://github.com/BlueBrain/libsonata.git \

0 commit comments

Comments
 (0)