Skip to content

Commit bb3c964

Browse files
committed
Pin py-darshan version in CI
1 parent 64750f7 commit bb3c964

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/drishti-darshan-3.4.0.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
cd darshan-3.4.0
2727
git checkout darshan-3.4.0
2828
29+
pip install --upgrade pip
30+
2931
- name: Build Darshan
3032
run: |
3133
export DARSHAN_DIR=/opt/darshan
@@ -38,9 +40,12 @@ jobs:
3840
make
3941
make install
4042
43+
- name: Install py-darshan
44+
run: |
45+
pip install darshan==3.4.0
46+
4147
- name: Install Drishti
4248
run: |
43-
pip install --upgrade pip
4449
pip install -r requirements.txt
4550
pip install .
4651

0 commit comments

Comments
 (0)