Skip to content

Commit

Permalink
Fix github pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarbacz committed Nov 18, 2020
1 parent c3f1a72 commit 95f9c97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install pytest
- name: Make sure unit tests succeed
run: |
pip install .
Expand Down

0 comments on commit 95f9c97

Please sign in to comment.