Skip to content

Commit

Permalink
Add hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 27, 2023
1 parent 41a51d1 commit 590cc22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
# START PYTHON DEPENDENCIES
- uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.x"
cache: pip
cache-dependency-path: "**/pip-tools.txt"

- name: Upgrade Python dependencies
# ADD YOUR CUSTOM DEPENDENCY UPGRADE COMMANDS BELOW
run: |
pip install -U pip pip-tools
pip-compile --upgrade -o requirements/tools.txt requirements/tools.in
pip-compile --upgrade --generate-hashes --resolver backtracking -o requirements/tools.txt requirements/tools.in
# END PYTHON DEPENDENCIES
- name: Detect changes
id: changes
Expand Down

0 comments on commit 590cc22

Please sign in to comment.