Skip to content

Commit 1c47007

Browse files
committed
order change, add libgpgme - 24.04 ubuntu github action migration
Move 24.04 to first in matrix to try to get it to run earlier as I only run 4 builds in parallel. Replace redundant libgpgme-dev with libgpgme to try to fix error with pip install gpg: Collecting gpg Downloading gpg-1.10.0.tar.gz (39 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'error' error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [2 lines of output] <string>:163: SyntaxWarning: invalid escape sequence '\s' Could not find gpgme-config. Please install the libgpgme development package. [end of output] [skip travis]
1 parent d43f45a commit 1c47007

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
@@ -219,7 +219,7 @@ jobs:
219219
220220
- name: Install auxiliary packages
221221
run: |
222-
sudo apt-get install swig gpgsm libgpgme-dev libgpgme-dev
222+
sudo apt-get install swig gpgsm libgpgme-dev libgpgme
223223
# pygments for markdown2 to highlight code blocks
224224
pip install markdown2 pygments
225225
# docutils for ReStructuredText

0 commit comments

Comments
 (0)