Skip to content

Commit

Permalink
Try using a new version of the pip-tools-actions repo
Browse files Browse the repository at this point in the history
Instead of pinning pip here, I updated the pip-tools-actions repo
to use v24.3 of pip, which should work with pip-tools.
  • Loading branch information
amstilp committed Nov 7, 2024
1 parent cbc5e41 commit 63168a5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@ jobs:
with:
python-version: "3.10"

- name: Temporarily pin pip-compile version
# 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
- name: Update requirements files
uses: UW-GAC/pip-tools-actions/update-requirements-files@v0.1
uses: UW-GAC/pip-tools-actions/update-requirements-files@feature/remove-pip-upgrade
with:
requirements_files: |-
requirements/requirements.in
Expand Down

0 comments on commit 63168a5

Please sign in to comment.