Skip to content

Commit 590cc22

Browse files
committed
Add hashes
1 parent 41a51d1 commit 590cc22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
# START PYTHON DEPENDENCIES
2323
- uses: actions/setup-python@v3
2424
with:
25-
python-version: "3.10"
25+
python-version: "3.x"
2626
cache: pip
2727
cache-dependency-path: "**/pip-tools.txt"
2828

2929
- name: Upgrade Python dependencies
3030
# ADD YOUR CUSTOM DEPENDENCY UPGRADE COMMANDS BELOW
3131
run: |
3232
pip install -U pip pip-tools
33-
pip-compile --upgrade -o requirements/tools.txt requirements/tools.in
33+
pip-compile --upgrade --generate-hashes --resolver backtracking -o requirements/tools.txt requirements/tools.in
3434
# END PYTHON DEPENDENCIES
3535
- name: Detect changes
3636
id: changes

0 commit comments

Comments
 (0)