Skip to content

Commit 4d6d9e2

Browse files
committed
fix version in CI
1 parent 772d69a commit 4d6d9e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/darshan-3.4.2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build Darshan
4242
run: |
4343
cd darshan
44-
git checkout darshan-3.4.0
44+
git checkout darshan-3.4.2
4545
bash prepare.sh
4646
cd darshan-util
4747
./configure
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
python -m ensurepip --upgrade
5959
pip install --upgrade setuptools
60-
pip install darshan==3.4.0.1
60+
pip install darshan==3.4.2
6161
pip install -r requirements.txt
6262
pip install .
6363

0 commit comments

Comments
 (0)