Skip to content

Commit

Permalink
add requests
Browse files Browse the repository at this point in the history
  • Loading branch information
aaruni96 committed Nov 27, 2024
1 parent 30ea142 commit b84f670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python3 -m venv /tmp/pyvenv
source /tmp/pyvenv/bin/activate
pip install pyyaml
pip install pyyaml requests
- name: Run update-contributors script
run: |
Expand Down

0 comments on commit b84f670

Please sign in to comment.