We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ac4d7 commit b7634caCopy full SHA for b7634ca
1 file changed
.github/workflows/copr-secret-test.yml
@@ -22,6 +22,8 @@ jobs:
22
printf '%s\n' "$COPR_API_TOKEN" > ~/.config/copr
23
chmod 600 ~/.config/copr
24
pipx install copr-cli
25
+ # copr-cli imports `rich` but does not always declare it as a dep.
26
+ pipx inject copr-cli rich
27
echo "=== whoami (proves the token authenticates) ==="
28
copr-cli whoami
29
echo "=== projects under giswqs (proves geolibre is reachable) ==="
0 commit comments