Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankesh-akto committed Jul 3, 2023
1 parent ef70014 commit a758c88
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/csvUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ jobs:
id: run_script
run: |
python3 -m pip install --upgrade pip
python3 -m pip install requests
python3 -m pip install requests==2.31.0
python3 -m pip install requests-oauthlib==1.3.1
python3 -m pip install requests-toolbelt==1.0.0
python3 -m pip install PyYAML==6.0
python3 -m pip install gitdb==4.0.10
python3 -m pip install github3.py==4.0.1
python3 -m pip install GitPython==3.1.31
python3 -m pip install PyGithub==1.59.0
python3 -m pip install aiohttp==3.8.1
python3 - <<EOF
import os
import csv
Expand Down

0 comments on commit a758c88

Please sign in to comment.