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 2ce2849 commit a9a53edCopy full SHA for a9a53ed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install package (with dependencies)
32
run: |
33
python -m pip install --upgrade pip
34
- python -m pip install flake8 pytest coverage coveralls pytest-cov setuptools
+ python -m pip install flake8 pytest coverage coveralls pytest-cov setuptools wheel
35
- name: Build adslib
36
37
python setup.py build
0 commit comments