Skip to content

Add session header to map tiles download (#541) #88

Add session header to map tiles download (#541)

Add session header to map tiles download (#541) #88

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.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install package
run: pip install .
- name: Test import
run: python -c "import leafmap; print('leafmap import successful')"