Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
humrochagf committed Dec 23, 2019
1 parent 80d8462 commit eed4afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
make lint
- name: Test with nosetests
run: |
pip install nose mock coverage<5
pip install nose mock 'coverage<5'
make cover
- name: Refresh coveralls
if: github.event_name == 'push'
Expand Down

0 comments on commit eed4afb

Please sign in to comment.