Skip to content

Commit b7634ca

Browse files
committed
test: inject rich into copr-cli
1 parent 75ac4d7 commit b7634ca

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/copr-secret-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
printf '%s\n' "$COPR_API_TOKEN" > ~/.config/copr
2323
chmod 600 ~/.config/copr
2424
pipx install copr-cli
25+
# copr-cli imports `rich` but does not always declare it as a dep.
26+
pipx inject copr-cli rich
2527
echo "=== whoami (proves the token authenticates) ==="
2628
copr-cli whoami
2729
echo "=== projects under giswqs (proves geolibre is reachable) ==="

0 commit comments

Comments
 (0)