Skip to content

Commit

Permalink
Install package before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester747 authored Apr 25, 2020
1 parent 63145b4 commit 181ec13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
- name: Install package
run: |
python setup.py develop
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 181ec13

Please sign in to comment.