diff --git a/.github/workflows/pip-compile.yml b/.github/workflows/pip-compile.yml index 2cb1f9b4..880082a8 100644 --- a/.github/workflows/pip-compile.yml +++ b/.github/workflows/pip-compile.yml @@ -15,7 +15,7 @@ jobs: python-version: "3.11" - name: Install tox - run: pip install tox + run: pip install "pip<=25.0" tox - name: pip-compile uses: technote-space/create-pr-action@v2