Skip to content

#21 Merge pull request from deshima-dev/astropenguin/issue20 #25

#21 Merge pull request from deshima-dev/astropenguin/issue20

#21 Merge pull request from deshima-dev/astropenguin/issue20 #25

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: cd test && ./mktd.sh && python test_merge_to_dems.py
- run: ./run.sh -d data/deshima2.0 20171103184436