Skip to content

Commit

Permalink
attempting to fix python package error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayman Naji committed Jan 9, 2024
1 parent 1562617 commit 9c8905a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/traffic_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pip install requests-toolbelt==0.8.0
pip install tqdm==4.19.2
pip install twine==1.11.0
pip install urllib3==1.24.2
pip install urllib3>=1.24.2
- name: execute py script # run main.py
env:
Expand Down

0 comments on commit 9c8905a

Please sign in to comment.