summaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* github: Update actions, switch to 3.11 by defaultStephen Finucane2023-03-311-13/+13
| | | | Signed-off-by: Stephen Finucane <stephen@that.guru>
* Drop support for Python 3.6Stephen Finucane2022-07-201-1/+1
| | | | | | It's EOL Signed-off-by: Stephen Finucane <stephen@that.guru>
* github: Add all pypy3 versions to test matrixMichał Górny2022-05-221-1/+1
|
* github: Add Python 3.11 betas to test matrixMichał Górny2022-05-221-1/+1
|
* Stop using 'make' to run testsStephen Finucane2022-02-081-3/+4
| | | | | | tox can run the command directly. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* Clone entire repo for CIStephen Finucane2022-02-081-0/+2
| | | | | | | | | | | The "Checkout" action defaults to a shallow clone, checking out a HEAD. This borks pbr (and likely similar packages like 'setuptools_scm') since they don't have the full history to build a version number from. Fix this by configuring the 'fetch_depth' setting [1]. [1] https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* Fix YAML type confusionColin Watson2022-02-051-3/+3
|
* Add support for Python 3.10Colin Watson2022-02-051-5/+5
|
* Add GitHub Action workflowStephen Finucane2022-01-281-0/+68
Travis CI now requires that we apply for OSS credits. The CI tool used doesn't really matter so long as it works, so switch to GitHub Actions. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>