diff .github/workflows/ci-test.yml @ 8323:32a57cde072f

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.
author John Rouillard <rouilj@ieee.org>
date Wed, 04 Jun 2025 19:20:27 -0400
parents 71e961941be6
children 375c9f63f877
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml	Tue Jun 03 22:23:10 2025 -0400
+++ b/.github/workflows/ci-test.yml	Wed Jun 04 19:20:27 2025 -0400
@@ -241,7 +241,7 @@
           # testing index, which contains a newer version of the
           # bindings on 24.04 or released version for other OS
           # versions. See issue2551368
-          if grep 24.04 /etc/os-release > /dev/null; then \
+          if true || grep 24.04 /etc/os-release > /dev/null; then \
             pip install --index-url https://test.pypi.org/simple/ \
                 --extra-index-url https://pypi.org/simple --pre gpg; \
           else \

Roundup Issue Tracker: http://roundup-tracker.org/