comparison .github/workflows/ci-test.yml @ 8325:375c9f63f877

chore(ci): issue2551368 cleanup new gpg use Remove the old if statement that selected how gpg was installed now that operation under 3.7 and 3.8 work in testing.
author John Rouillard <rouilj@ieee.org>
date Wed, 04 Jun 2025 20:12:24 -0400
parents 32a57cde072f
children d185fa6c4629
comparison
equal deleted inserted replaced
8324:90c6a4972d5d 8325:375c9f63f877
238 # gpg on PyPi is currently broken with newer OS platform 238 # gpg on PyPi is currently broken with newer OS platform
239 # ubuntu 24.04 239 # ubuntu 24.04
240 # used for newer Python versions. Temporarily use the 240 # used for newer Python versions. Temporarily use the
241 # testing index, which contains a newer version of the 241 # testing index, which contains a newer version of the
242 # bindings on 24.04 or released version for other OS 242 # bindings on 24.04 or released version for other OS
243 # versions. See issue2551368 243 # versions. See issue2551368. 'pip install gpg' should work.
244 if true || grep 24.04 /etc/os-release > /dev/null; then \ 244 pip install --index-url https://test.pypi.org/simple/ \
245 pip install --index-url https://test.pypi.org/simple/ \ 245 --extra-index-url https://pypi.org/simple --pre gpg;
246 --extra-index-url https://pypi.org/simple --pre gpg; \
247 else \
248 pip install gpg; \
249 fi
250 246
251 - name: Install aux packages that need versions differences 247 - name: Install aux packages that need versions differences
252 # if zstd fails install, keep going with test, don't abort 248 # if zstd fails install, keep going with test, don't abort
253 run: | 249 run: |
254 set -xv 250 set -xv

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