install dev deps in tests

This commit is contained in:
Brian Rosner 2024-05-19 09:21:56 -06:00
parent 0127a1504f
commit afdbb19e16

View File

@ -32,6 +32,6 @@ jobs:
with:
poetry-version: "1.8.3"
- name: Install dependencies
run: poetry install
run: poetry install --with=dev
- name: Run pytest
run: pytest