Skip to content

Commit

Permalink
Use new version of update-requirements-files action
Browse files Browse the repository at this point in the history
This fixes an issue with pip-tools and pip versions, where pip-copmile
was adding absolute paths when run with a pip version of >=24.3.
  • Loading branch information
amstilp committed Nov 7, 2024
1 parent e50af32 commit 59c6b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: "3.10"

- name: Update requirements files
uses: UW-GAC/pip-tools-actions/update-requirements-files@v0.1
uses: UW-GAC/pip-tools-actions/update-requirements-files@v0.2
with:
requirements_files: |-
requirements/requirements.in
Expand Down

0 comments on commit 59c6b82

Please sign in to comment.