Skip to content

Merge branch 'alpha' into beta #820

Merge branch 'alpha' into beta

Merge branch 'alpha' into beta #820

Workflow file for this run

name: PyTest
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
name: PyTest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.12'
- name: Install Dependencies
run: |
pip install -r requirements-backend.txt
pip install -r requirements-tests.txt
- name: pytest
run: |
cp logging.ini.example logging.ini
pytest -v tests/