We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d7244 commit a3ad1e2Copy full SHA for a3ad1e2
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
python-version: '3.10'
17
- run: |
18
- python -m pip install pylint
+ python -m pip install pylint wheel
19
python -m pip install -e .
20
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
21
0 commit comments