Skip to content

Commit

Permalink
fix: add missing python packages in python-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisScoccola committed May 8, 2023
1 parent 0f55889 commit 6c8200e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
pip install pytest
pip install pytest setuptools wheel twine
- name: Run tests
run: pytest .
- name: Build and publish
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
pip install pytest
pip install pytest setuptools wheel twine
- name: Run tests
run: pytest .
- name: Build and publish
Expand Down

0 comments on commit 6c8200e

Please sign in to comment.