dask-labextension icon indicating copy to clipboard operation
dask-labextension copied to clipboard

Migrate CI to GitHub Actions

Open jacobtomlinson opened this issue 5 years ago • 3 comments

Due to changes in the Travis CI billing, the Dask org is migrating CI to GitHub Actions.

This repo contains a .travis.yml file which needs to be replaced with an equivalent .github/workflows/ci.yml file.

See dask/community#107 for more details.

jacobtomlinson avatar Nov 02 '20 17:11 jacobtomlinson

Thanks for bringing this up @jacobtomlinson. We'll also need to add tokens for pypi/npm.

ian-r-rose avatar Dec 14 '20 23:12 ian-r-rose

This is now tested in GH actions. I'll leave this open until we fix up auto-deploy and linting

ian-r-rose avatar Jan 13 '21 01:01 ian-r-rose

Linting done via pre-commit in #171. Just auto deploy now.

jacobtomlinson avatar Jan 13 '21 10:01 jacobtomlinson