Skip to content

Commit a3ad1e2

Browse files
committed
ci: Install wheel manually, for lint step
1 parent 39d7244 commit a3ad1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
python-version: '3.10'
1717
- run: |
18-
python -m pip install pylint
18+
python -m pip install pylint wheel
1919
python -m pip install -e .
2020
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
2121
with:

0 commit comments

Comments
 (0)