Skip to content

Commit

Permalink
install dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Jan 8, 2025
1 parent 2d62be9 commit 398e793
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/jar_sizes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
python-version: '3.11'

- name: Install dep
run: python -m pip install requests

- name: Get file sizes and generate JSON
run: python .github/get_jars_sizes.py ${{ env.FPATH }}

Expand Down

0 comments on commit 398e793

Please sign in to comment.