Skip to content

feat: use sepal_ui==2.17 to avoid conflicts with ipyleaflet #10

feat: use sepal_ui==2.17 to avoid conflicts with ipyleaflet

feat: use sepal_ui==2.17 to avoid conflicts with ipyleaflet #10

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: pre-commit/[email protected]