add poetry to tests

This commit is contained in:
Brian Rosner 2024-05-19 09:20:29 -06:00
parent 9cf517d9fa
commit 0127a1504f

View File

@ -27,6 +27,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Run image
uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.8.3"
- name: Install dependencies
run: poetry install
- name: Run pytest