Skip to content

Commit

Permalink
install python packaging in github check
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Decker committed Sep 3, 2024
1 parent 48b1ca0 commit 5a2a75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.9.14'
- run: python -m pip install ply && pip install six
- run: python -m pip install ply && pip install six && pip install packaging

- name: Grant execute permissions
run: chmod +x gradlew
Expand Down

0 comments on commit 5a2a75b

Please sign in to comment.