Skip to content

Commit

Permalink
Merge pull request #825 from UW-GAC/maint/fix-pip-compile-absolute-paths
Browse files Browse the repository at this point in the history
Fix absolute paths in requirements files with latest version of pip and pip-compile
  • Loading branch information
amstilp authored Nov 7, 2024
2 parents b590c2a + e6d3d6a commit afcee2c
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 afcee2c

Please sign in to comment.