Skip to content

Commit 1c1fffa

Browse files
authored
Install pip-tools, not pip-utils
1 parent da1912d commit 1c1fffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/bump_libraries.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
github-token: "${{ secrets.GITHUB_TOKEN }}"
2424
- name: Create release version
2525
run: |
26-
pip install pip-utils
26+
pip install pip-tools
2727
make pip-compile
2828
changelog_message="Bump ${{ steps.metadata.outputs.dependency-names }} to ${{ steps.metadata.outputs.new-version }}"
2929
./scripts/version-increment.sh "$changelog_message"

0 commit comments

Comments
 (0)