Skip to content

Commit 43b8b8e

Browse files
Update .github/workflows/check.yml
Co-authored-by: Jay <[email protected]>
1 parent 5a2a75b commit 43b8b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-python@v3
3030
with:
3131
python-version: '3.9.14'
32-
- run: python -m pip install ply && pip install six && pip install packaging
32+
- run: python -m pip install ply six packaging
3333

3434
- name: Grant execute permissions
3535
run: chmod +x gradlew

0 commit comments

Comments
 (0)