Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 8144:9b1295fe95c0
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]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Nov 2024 11:58:53 -0500 |
| parents | 170a723f268f |
| children | 09fb995cf017 |
comparison
equal
deleted
inserted
replaced
| 8143:170a723f268f | 8144:9b1295fe95c0 |
|---|---|
| 217 pip install mysqlclient | 217 pip install mysqlclient |
| 218 pip install psycopg2 | 218 pip install psycopg2 |
| 219 | 219 |
| 220 - name: Install auxiliary packages | 220 - name: Install auxiliary packages |
| 221 run: | | 221 run: | |
| 222 sudo apt-get install swig gpgsm libgpgme-dev libgpgme-dev | 222 sudo apt-get install swig gpgsm libgpgme-dev libgpgme |
| 223 # pygments for markdown2 to highlight code blocks | 223 # pygments for markdown2 to highlight code blocks |
| 224 pip install markdown2 pygments | 224 pip install markdown2 pygments |
| 225 # docutils for ReStructuredText | 225 # docutils for ReStructuredText |
| 226 pip install beautifulsoup4 brotli docutils gpg jinja2 \ | 226 pip install beautifulsoup4 brotli docutils gpg jinja2 \ |
| 227 mistune==0.8.4 pyjwt pytz whoosh | 227 mistune==0.8.4 pyjwt pytz whoosh |
