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 17080e3 commit 6da0d8dCopy full SHA for 6da0d8d
.github/workflows/check_dependencies.yaml
@@ -17,6 +17,8 @@ jobs:
17
python-version: '3.11'
18
- name: Check Python version
19
run: python --version
20
+ - name: Upgrade pip
21
+ run: pip install --upgrade pip
22
- name: Install pip-tools
23
run: pip install --user pip-tools
24
- name: Check lip-compile version
0 commit comments