Skip to content

Commit

Permalink
Fix mismatching dependencies versions (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnanuti authored Jan 19, 2024
1 parent c2d3257 commit 3f06942
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate_third_party_licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pipreqs safety
# Added to fix AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
python -m pip install -U urllib3 requests
- name: Generate requirements
run: |
Expand Down

0 comments on commit 3f06942

Please sign in to comment.