Skip to content

Layers as xarray.DataArray in split_map (ipyleaflet Map) #331

Layers as xarray.DataArray in split_map (ipyleaflet Map)

Layers as xarray.DataArray in split_map (ipyleaflet Map) #331

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: Linux installation
jobs:
test-ubuntu:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install package
run: pip install .
- name: Test import
run: python -c "import leafmap; print('leafmap import successful')"
- name: Discover typos with codespell
run: |
pip install codespell
codespell --skip=".*,.git/*,*.csv,*.geojson,*.json,*.js,*.html,*cff,*.pdf" --ignore-words-list="aci,acount,acounts,fallow,hart,hist,nd,ned,ois,wqs"