Skip to content

Commit

Permalink
Change pip version to a lower version
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Nov 7, 2024
1 parent 34573e1 commit c07f7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-pip-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ runs:
# The latest version of pip and pip-tools creates absolute paths instead of relative paths
# when compiling requirements files.
run: |
pip install --upgrade pip==24.3
pip install --upgrade pip==24.2
pip install ${{ steps.get-pip-tools-version-suffix.outputs.PIP_TOOLS_VERSION }}
shell: bash

0 comments on commit c07f7c5

Please sign in to comment.