diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a044ff7..2776bc77 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,9 +68,7 @@ jobs: cache-dependency-path: requirements-dev.txt - name: Install dependencies run: | - python -m pip --disable-pip-version-check install pip-tools - python -m piptools sync requirements-dev.txt --pip-args "--no-deps" - python -m pip install --disable-pip-version-check . + python -m pip install --disable-pip-version-check --no-deps -r requirements-dev.txt . - name: Get current date id: date run: echo "::set-output name=curmonth::$(date +'%Y-%m')"