Skip to content

Bundle merge scripts into a single package #18

Bundle merge scripts into a single package

Bundle merge scripts into a single package #18

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"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- run: pip install poetry && poetry install
- run: black --check ./
- run: cd test && ./mktd.sh && python test_merge_to_dems.py
- run: ./run.sh -d data/deshima2.0 20171103184436
# - run: ./run.sh -d data/deshima2.0 20171111103248
# - run: ./run.sh -d data/deshima2.0 20171111110002
# - run: ./run.sh -d data/deshima2.0 20171113070539
# - run: ./run.sh -d data/deshima2.0 20171115052750