Skip to content

Commit

Permalink
#11 Merge pull request from deshima-dev/astropenguin/issue10
Browse files Browse the repository at this point in the history
Release v2024.6.0
  • Loading branch information
astropenguin authored Jun 17, 2024
2 parents d9d5f3f + 990f8c7 commit 3838849
Show file tree
Hide file tree
Showing 3 changed files with 646 additions and 6 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Tests

on:
push:
branches:
- main
pull_request:
branches:
- main

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.8.3 && poetry install
- run: deshima-rawdata download 20231117042946 -e
- run: python scripts/aste/Configure.py cosmos_20231117042946 out
- run: python scripts/aste/FitSweep.py
- run: python scripts/aste/SaveFits.py
Loading

0 comments on commit 3838849

Please sign in to comment.