diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 392b47f..16a4d22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Install package and dependencies run: | python -m pip install pip-tools - pip-sync requirements_dev.txt + python -m piptools sync requirements_dev.txt python -m pip install -e . - name: Run pytest