Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulcollenteur committed Mar 30, 2021
1 parent b3b694d commit e76a576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install codacy-coverage
pip install pytest-cov
pip install codecov
pip install -e .
- name: Lint with flake8
Expand Down

0 comments on commit e76a576

Please sign in to comment.