diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e363f9c..2caed6d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -21,6 +21,7 @@ jobs: - name: Install dependencies run: | pip install pytest + pip install -r requirements.txt - name: Run tests run: pytest -q