Skip to content

Commit

Permalink
Install package for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oderbolz committed May 23, 2020
1 parent 07bc852 commit 8530819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r test-requirements.txt
pip install -e .
- run: flake8 . --count --show-source --statistics
- run: pytest

0 comments on commit 8530819

Please sign in to comment.