Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
newsch authored Oct 20, 2019
1 parent e1f88d4 commit a840c04
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 @@ -23,7 +23,7 @@ jobs:
pipenv install --dev
- name: Test with unittest
run: |
python3 -m unittest discover -v
pipenv run python -m unittest discover -v
- name: Install with pip
run: |
pip install .
Expand Down

0 comments on commit a840c04

Please sign in to comment.