Skip to content

Commit

Permalink
Update .github/workflows/check.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Jay <[email protected]>
  • Loading branch information
adecker89 and devPalacio authored Sep 16, 2024
1 parent 5a2a75b commit 43b8b8e
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 && pip install packaging
- run: python -m pip install ply six packaging

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

0 comments on commit 43b8b8e

Please sign in to comment.