intake / intake-xarray

Intake plugin for xarray
https://intake-xarray.readthedocs.io/
BSD 2-Clause "Simplified" License
76 stars 36 forks source link

Bump setup-miniconda from v1 to v2 and remove Travis CI #92

Closed weiji14 closed 3 years ago

weiji14 commented 3 years ago

Fixes Github Actions CI error:

Error: Unable to process command '::add-path::/usr/share/miniconda/condabin' successfully.
Error: The `add-path` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
martindurant commented 3 years ago

Should we disable travisCI now?

weiji14 commented 3 years ago

Sure, keep things simple. Do it in this PR or another one?

martindurant commented 3 years ago

Would b happy to see it done here. I actually don't know how! I turned off builds in the travis UI (well, the one on .com, where this repo shows up, but not apparently where the build happens...)

weiji14 commented 3 years ago

Would b happy to see it done here. I actually don't know how! I turned off builds in the travis UI (well, the one on .com, where this repo shows up, but not apparently where the build happens...)

I've deleted the .travis.yml file which should do the trick :laughing:

martindurant commented 3 years ago

Great