Skip to content

Commit

Permalink
install requests
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Jun 27, 2024
1 parent 189e000 commit 26170b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/size_pull_request/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ runs:
python-version: "3.10"

- name: Install python required libraries
run: pip install -U pyyaml
run: pip install -U requests
shell: bash

- name: Evaluate pull request size
run: >-
python ${{ github.action_path }}/check_pr.py
python3 ${{ github.action_path }}/check_pr.py
--path ${{ inputs.path }}
--repository ${{ github.event.pull_request.repository }}
--pr-number ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 26170b3

Please sign in to comment.