Skip to content

Commit

Permalink
Fix pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-oHr-N authored Feb 3, 2020
1 parent 47aa4e0 commit 66f3b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install .[develop]
- name: Test with pytest
run: |
python setup.py test

0 comments on commit 66f3b91

Please sign in to comment.