Skip to content

Fix temperature units of weather log #134

Fix temperature units of weather log

Fix temperature units of weather log #134

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==1.7.1 && poetry install
- run: black --check demerge
- run: deshima-rawdata download 20231108052231 -e
- run: demerge 20231108052231 --loadtype Tsignal --debug