Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test with python3.8, update github actions #63

Merged
merged 2 commits into from
Oct 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.2
- uses: actions/setup-python@v2.1.2
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]

test:
name: ${{ matrix.CONDA_ENV }}-build
runs-on: ubuntu-latest
strategy:
matrix:
CONDA_ENV: [3.6, 3.7, 3.7-upstream]
CONDA_ENV: [3.6, 3.7, 3.7-upstream, 3.8]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Setup conda environment
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypipublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: "3.x"
- name: Install dependencies
Expand Down
14 changes: 0 additions & 14 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ channels:
- conda-forge
dependencies:
- aiohttp
- autopep8
- black
- boto3
- codecov
- coverage
- dask
- datashader
- distributed
- flake8
- geopandas
- geoviews
- hvplot
Expand All @@ -23,34 +20,23 @@ dependencies:
- intake-xarray
- ipykernel
- ipywidgets
- isort
- jupyterlab
- make
- matplotlib
- nbsphinx
- netcdf4
- nodejs >=10.0.0
- numpy
- numpydoc
- pandoc
- panel
- pip
- pre_commit
- pytest
- pytest-cov
- pytest-icdiff
- python =3.7
- pytoml
- pyyaml
- rasterio
- recommonmark
- requests
- sat-search>=0.3
- sat-stac
- scikit-image
- sphinx_rtd_theme
- sphinx >=1.6
- xarray
- pip:
- git+https://github.com/intake/intake-stac@master
- sphinx_copybutton
3 changes: 1 addition & 2 deletions ci/environment-dev-3.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ dependencies:
- sat-search>=0.3
- sat-stac
- scikit-image
- sphinx-copybutton
- sphinx_rtd_theme
- sphinx>=1.6
- xarray
- pip:
- sphinx_copybutton
2 changes: 1 addition & 1 deletion ci/environment-dev-3.7-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ dependencies:
- recommonmark
- requests
- scikit-image
- sphinx-copybutton
- sphinx_rtd_theme
- sphinx>=1.6
- xarray
- pip:
- sphinx_copybutton
- git+https://github.com/sat-utils/sat-stac.git
- git+https://github.com/sat-utils/sat-search.git
- git+https://github.com/intake/intake.git
Expand Down
3 changes: 1 addition & 2 deletions ci/environment-dev-3.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ dependencies:
- sat-search>=0.3
- sat-stac
- scikit-image
- sphinx-copybutton
- sphinx_rtd_theme
- sphinx>=1.6
- xarray
- pip:
- sphinx_copybutton
45 changes: 45 additions & 0 deletions ci/environment-dev-3.8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: intake-stac-dev
channels:
- conda-forge
dependencies:
- aiohttp
- autopep8
- black
- boto3
- codecov
- coverage
- dask
- distributed
- flake8
- geopandas
- intake
- intake-geopandas
- intake-parquet
- intake-xarray
- ipykernel
- ipywidgets
- isort
- make
- nbsphinx
- netcdf4
- numpy
- numpydoc
- pandoc
- pip
- pre_commit
- pytest
- pytest-cov
- pytest-icdiff
- python=3.8
- pytoml
- pyyaml
- rasterio
- recommonmark
- requests
- sat-search>=0.3
- sat-stac
- scikit-image
- sphinx-copybutton
- sphinx_rtd_theme
- sphinx>=1.6
- xarray
3 changes: 1 addition & 2 deletions ci/environment-gui-3.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ dependencies:
- sat-search>=0.3
- sat-stac
- scikit-image
- sphinx-copybutton
- sphinx_rtd_theme
- sphinx >=1.6
- xarray
- pip:
- sphinx_copybutton