Add upstream testing of the main branch of all supported data backends
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 124
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
#### Is your feature request related to a problem? Please describe.
Adding tests against dependency libraries like xarray and pandas can preemptively catch issues like #563 (which came about due to the latest release of xarray).
#### Describe the solution you'd like
could modify the current github action (https://github.com/holoviz/hvplot/blob/master/.github/workflows/test.yaml) to use a few different python environment files
For example:
https://github.com/intake/intake-stac/blob/main/.github/workflows/main.yaml
With an 'upstream' environment.yml that installs the main branch of dependency libraries like xarray and pandas. For example:
https://github.com/intake/intake-stac/blob/main/ci/environment-upstream.yml
Contributor guide
Assessment
This issue has not been assessed yet.