Skip to content

Merge pull request #35 from LCOGT/update/hackathon-feedback #63

Merge pull request #35 from LCOGT/update/hackathon-feedback

Merge pull request #35 from LCOGT/update/hackathon-feedback #63

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