Skip to content

Commit 2959959

Browse files
authored
Merge pull request #758 from Jakuje/ubi9
Fix ubi9 builds
2 parents 6dcfbb6 + 68e31c3 commit 2959959

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ jobs:
11071107
--nodeps
11081108
https://rpmfind.net/linux/centos-stream/"$(
11091109
rpm --eval '%{rhel}'
1110-
)"-stream/CRB/x86_64/os/Packages/python3-pytest-6.2.2-4${{
1110+
)"-stream/AppStream/x86_64/os/Packages/python3-pytest-6.2.2-6${{
11111111
steps.distribution-meta.outputs.dist-tag
11121112
}}.noarch.rpm
11131113
https://rpmfind.net/linux/centos-stream/"$(
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Fixed link to python3-pytest for CentOS 9 Stream as it was recently moved from
2+
CRB to AppStream -- by :user:`Jakuje`.

0 commit comments

Comments
 (0)