Skip to content

Commit 5687539

Browse files
Update python_license_checker.yml
1 parent 4f59467 commit 5687539

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python_license_checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
python-version: 3.8.11
1818
- name: Install dependencies
19-
run: python -m pip install -r requirements.txt --no-cache-dir
19+
run: python -m pip install urllib3 && python -m pip install -r requirements.txt --no-cache-dir
2020
- name: Check license
21-
run: python .github/workflows/license_checker_v2.py --dependencies $(cut -d '=' -f 1 <<< $(pip freeze))
21+
run: python .github/workflows/license_checker_v2.py --dependencies $(cut -d '=' -f 1 <<< $(pip freeze))

0 commit comments

Comments
 (0)