diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a57dc57f..020bee7f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,7 +68,8 @@ jobs: cache-dependency-path: requirements-dev.txt - name: Install dependencies run: | - python -m pip install --disable-pip-version-check -r requirements-dev.txt + python -m pip --disable-pip-version-check install pip-tools + python -m piptools sync requirements-dev.txt python -m pip install --disable-pip-version-check . - name: Get current date id: date