Skip to content

Commit d077dd9

Browse files
committed
Use dnf for installation
1 parent 83159f5 commit d077dd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/httomolibgpu_tests_run_iris.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- name: Download test data from Zenodo
3535
run: |
3636
# Install required tools
37-
yum install -y curl jq
37+
dnf install -y epel-release
38+
dnf install -y curl jq
3839
3940
# Create a directory to store test data
4041
mkdir -p tests/large_data_archive

0 commit comments

Comments
 (0)