Skip to content

Commit

Permalink
order change, add libgpgme - 24.04 ubuntu github action migration
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
rouilj committed Nov 10, 2024
1 parent d43f45a commit 1c47007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
- name: Install auxiliary packages
run: |
sudo apt-get install swig gpgsm libgpgme-dev libgpgme-dev
sudo apt-get install swig gpgsm libgpgme-dev libgpgme
# pygments for markdown2 to highlight code blocks
pip install markdown2 pygments
# docutils for ReStructuredText
Expand Down

0 comments on commit 1c47007

Please sign in to comment.