Skip to content

Merge commit '01c12658439eabe8ec69db3b12df29a09b98295e' into fix-dock… #14

Merge commit '01c12658439eabe8ec69db3b12df29a09b98295e' into fix-dock…

Merge commit '01c12658439eabe8ec69db3b12df29a09b98295e' into fix-dock… #14

Workflow file for this run

name: Run Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Set up environment
run: |
curl -sSL https://install.python-poetry.org | python3 -
poetry install --without evaluation
- name: Run tests
run: |
poetry run pytest ./tests