Skip to content

source catalog and line profile use source for images, handle missing ra, dec, add clientAlertExceptions to analysis endpoint #82

source catalog and line profile use source for images, handle missing ra, dec, add clientAlertExceptions to analysis endpoint

source catalog and line profile use source for images, handle missing ra, dec, add clientAlertExceptions to analysis endpoint #82

Workflow file for this run

name: Test Datalab
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
run: |
python -m pip install --upgrade pip
python -m pip install poetry
poetry env info
poetry install
- name: actions-setup-redis
uses: shogo82148/[email protected]
- name: Run Tests
run: |
poetry run python manage.py test