Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
- name: Install package (with dependencies)
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest coverage coveralls pytest-cov setuptools
python -m pip install flake8 pytest coverage coveralls pytest-cov setuptools wheel
- name: Build adslib
run: |
python setup.py build
- name: Install package
run: |
python setup.py develop
pip install -e .
- name: Test with pytest
run: |
pytest -v --cov pyads
Expand Down