aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* retry when downloading codecov.sh (#5233)Alex Gaynor2020-04-251-2/+2
|
* Make codecov upload errors in GHA pass silently (#5232)Alex Gaynor2020-04-251-2/+2
| | | The spurious failure rate on codecov uploads is high enough that this is a cure worse than the disease
* use our infra built openssl on the macos side now too (#5217)Paul Kehrer2020-04-221-7/+11
| | | | | | | | | | | * use our infra built openssl on the macos side now too * remove no longer required brew updates * need requests * need this env var * update the wheel-builders too
* name the CI GH workflow (#5161)Paul Kehrer2020-03-301-0/+1
| | | | | | | * name the CI GH workflow this will make the GH status info prettier * nonsense commit, codecov is trash
* Move macOS CI to Github Actions (#5155)Alex Gaynor2020-03-291-5/+42
|
* First pass at moving windows CI to github actions (#5145)Alex Gaynor2020-03-211-0/+57
* First pass at moving windows CI to github actions * Install coverage * Remove bonus http request