Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 8141:715ab3719662
test changes for 24.04 ubuntu github action migration
Exclude was not working and I was running all versions on all
platforms.
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Nov 2024 11:05:05 -0500 |
| parents | 0bd23d5a8122 |
| children | 77117642b96a |
comparison
equal
deleted
inserted
replaced
| 8140:0bd23d5a8122 | 8141:715ab3719662 |
|---|---|
| 91 os: ubuntu-24.04 | 91 os: ubuntu-24.04 |
| 92 | 92 |
| 93 exclude: | 93 exclude: |
| 94 # skip all python versions on 20.04/24.04 except | 94 # skip all python versions on 20.04/24.04 except |
| 95 # explicitly included | 95 # explicitly included |
| 96 - os: [ubuntu-20.04, ubuntu-24.04] | 96 - os: ubuntu-20.04 |
| 97 - os: ubuntu-24.04 | |
| 97 | 98 |
| 98 # run the finalizer for coveralls even if one or more | 99 # run the finalizer for coveralls even if one or more |
| 99 # experimental matrix runs fail. | 100 # experimental matrix runs fail. |
| 100 # moving it above strategy produces unexpected value false | 101 # moving it above strategy produces unexpected value false |
| 101 # moving it below (here) produces unexpected value ''. | 102 # moving it below (here) produces unexpected value ''. |
| 216 pip install mysqlclient | 217 pip install mysqlclient |
| 217 pip install psycopg2 | 218 pip install psycopg2 |
| 218 | 219 |
| 219 - name: Install auxiliary packages | 220 - name: Install auxiliary packages |
| 220 run: | | 221 run: | |
| 221 sudo apt-get install swig gpgsm libgpgme-dev | 222 sudo apt-get install swig gpgsm libgpgme-dev libgpgme-dev |
| 222 # pygments for markdown2 to highlight code blocks | 223 # pygments for markdown2 to highlight code blocks |
| 223 pip install markdown2 pygments | 224 pip install markdown2 pygments |
| 224 # docutils for ReStructuredText | 225 # docutils for ReStructuredText |
| 225 pip install beautifulsoup4 brotli docutils gpg jinja2 \ | 226 pip install beautifulsoup4 brotli docutils gpg jinja2 \ |
| 226 mistune==0.8.4 pyjwt pytz whoosh | 227 mistune==0.8.4 pyjwt pytz whoosh |
