Skip to content

Commit 6da0d8d

Browse files
committed
fix dependency problem
1 parent 17080e3 commit 6da0d8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check_dependencies.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
python-version: '3.11'
1818
- name: Check Python version
1919
run: python --version
20+
- name: Upgrade pip
21+
run: pip install --upgrade pip
2022
- name: Install pip-tools
2123
run: pip install --user pip-tools
2224
- name: Check lip-compile version

0 commit comments

Comments
 (0)