Skip to content

Commit a9a53ed

Browse files
committed
Add wheel package
1 parent 2ce2849 commit a9a53ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install package (with dependencies)
3232
run: |
3333
python -m pip install --upgrade pip
34-
python -m pip install flake8 pytest coverage coveralls pytest-cov setuptools
34+
python -m pip install flake8 pytest coverage coveralls pytest-cov setuptools wheel
3535
- name: Build adslib
3636
run: |
3737
python setup.py build

0 commit comments

Comments
 (0)