diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0f033ee1..b68e0da0 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -70,8 +70,8 @@ jobs: - name: Lock and sync dependencies run: | python -m pip install -U pip pip-tools - time pip-compile requirements-dev.in - time pip-sync requirements-dev.txt + pip-compile requirements-dev.in + pip-sync requirements-dev.txt - name: Run pre-commit hooks run: | make pre-commit