We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4a874 commit 0c90082Copy full SHA for 0c90082
1 file changed
.github/workflows/ci.yml
@@ -28,6 +28,7 @@ jobs:
28
python -m pip install --upgrade pip
29
pip install -r requirements.txt
30
pip install pytest pytest-cov black isort flake8 mypy
31
+ pip install wheel setuptools build
32
33
- name: Run linter
34
run: |
0 commit comments