diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7b71cfa..70149858 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Install and build run: | python -m pip install -r requirements-dev.txt - python -m pip install . + python -m pip install -r requirements.txt - name: Run tests run: python -m pytest