Skip to content

Use deshima-rawdata as test datasets #90

Use deshima-rawdata as test datasets

Use deshima-rawdata as test datasets #90

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- deshima2.0
pull_request:
branches:
- main
- deshima2.0
jobs:
job:
name: Test (Python ${{ matrix.python }})
runs-on: ubuntu-latest
env:
POETRY_VIRTUALENVS_CREATE: false
strategy:
fail-fast: false
matrix:
python: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- run: pip install poetry && poetry install
- run: cd tests && ./mktd.sh && python -m unittest -v
- run: deshima-rawdata download 20231108052231 -e
- run: demerge -d . -o . -m "--debug" 20231108052231