Skip to content

Commit

Permalink
Install requests for auto-merge CI (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Oct 21, 2021
1 parent b03ae86 commit ca78b1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_automerge_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U setuptools wheel
pip install requests
while IFS="" read -r line || [ -n "${line}" ]; do
if [[ "${line}" =~ ^invoke.*$ ]]; then
Expand Down

0 comments on commit ca78b1d

Please sign in to comment.