Skip to content

Use xarray-based file loaders #178

Use xarray-based file loaders

Use xarray-based file loaders #178

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
job:
name: Test (Python ${{ matrix.python }})
runs-on: ubuntu-latest
env:
POETRY_VIRTUALENVS_CREATE: false
PYTHON_DIRS: demerge docs
strategy:
fail-fast: false
matrix:
python: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.8.3"
- run: poetry install
- run: black --check ${PYTHON_DIRS}
- run: pyright ${PYTHON_DIRS}
- run: docs/build
- run: deshima-rawdata download 20231108052231 -e
- run: demerge 20231108052231 --measure brightness --debug