Skip to content

feat(geo): default add_features/add_tiles crs to the glyph's axis CRS #184

feat(geo): default add_features/add_tiles crs to the glyph's axis CRS

feat(geo): default add_features/add_tiles crs to the glyph's axis CRS #184

Workflow file for this run

name: Tests - Suite
permissions:
contents: read
id-token: write
on:
push:
branches: [main]
pull_request:
jobs:
main-package:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.11", "3.12", "3.13"]
env:
OS: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Set up Python
uses: serapeum-org/github-actions/actions/python-setup/uv@uv/v1
with:
python-version: ${{ matrix.python-version }}
install-groups: "groups: dev"
verify-lock: true
- name: Run Tests
run: |
uv run pytest -vvv --cov=src/cleopatra --cov-report=xml --junitxml=junit.xml -o junit_family=legacy
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v5
- name: test Jupyter notebook
run: |
uv run pytest --nbval --nbval-lax --verbose