merge upstream

This commit is contained in:
Braelyn Boynton
2024-05-28 16:45:20 -07:00
parent 2d88109cc3
commit c6471814b3
15 changed files with 277 additions and 44 deletions

View File

@@ -23,10 +23,9 @@ jobs:
- name: Install Requirements
run: |
sudo apt-get update &&
pip install poetry &&
pip install poetry
poetry lock &&
poetry install
- name: Run tests
run: poetry run pytest
run: poetry run pytest tests