We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a51d1 commit 590cc22Copy full SHA for 590cc22
.github/workflows/update-dependencies.yml
@@ -22,15 +22,15 @@ jobs:
22
# START PYTHON DEPENDENCIES
23
- uses: actions/setup-python@v3
24
with:
25
- python-version: "3.10"
+ python-version: "3.x"
26
cache: pip
27
cache-dependency-path: "**/pip-tools.txt"
28
29
- name: Upgrade Python dependencies
30
# ADD YOUR CUSTOM DEPENDENCY UPGRADE COMMANDS BELOW
31
run: |
32
pip install -U pip pip-tools
33
- pip-compile --upgrade -o requirements/tools.txt requirements/tools.in
+ pip-compile --upgrade --generate-hashes --resolver backtracking -o requirements/tools.txt requirements/tools.in
34
# END PYTHON DEPENDENCIES
35
- name: Detect changes
36
id: changes
0 commit comments