#106 Merge pull request from deshima-dev/astropenguin/issue105 #123
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
# - name: Run unit tests for merge functions | |
# run: | | |
# deshima-rawdata download 20171103184436 -d data -e | |
# cd tests && ./mktd.sh && python -m unittest -v | |
- name: Run a comprehensive merge test | |
run: | | |
deshima-rawdata download 20231108052231 -d data -e | |
demerge -d data -m "--debug --loadtype Tsignal" 20231108052231 |