diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ed91fbfd3..3ad2f6c6f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | pip install . - pip install pytest + pip install -r requirements-dev.txt - name: Test with pytest run: | pytest tests \ No newline at end of file