Skip to content

Commit

Permalink
Merge pull request #35 from ProdPerfect/fix_publication_flow
Browse files Browse the repository at this point in the history
Install pytest before running pytest in publication workflow
  • Loading branch information
chdastolfo authored Jul 4, 2021
2 parents d265f00 + 417865f commit a2f69f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
pip install setuptools wheel twine
- name: Run unit tests
run: |
pip install pytest
pytest
- name: Build and publish
env:
Expand Down

0 comments on commit a2f69f5

Please sign in to comment.