Skip to content

Commit 9deb803

Browse files
committed
chore(ci): issue2551368 use new gpg for all releases.
I was the new version only for 3.10 and newer running on ubuntu 24.04. Paul said it should work on 3.7 and 3.8 which runn on unbuntu 22.04. So enable it and see if it works.
1 parent af839b6 commit 9deb803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
# testing index, which contains a newer version of the
242242
# bindings on 24.04 or released version for other OS
243243
# versions. See issue2551368
244-
if grep 24.04 /etc/os-release > /dev/null; then \
244+
if true || grep 24.04 /etc/os-release > /dev/null; then \
245245
pip install --index-url https://test.pypi.org/simple/ \
246246
--extra-index-url https://pypi.org/simple --pre gpg; \
247247
else \

0 commit comments

Comments
 (0)