Skip to content

Commit

Permalink
Updating pip on workfow
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Feb 19, 2022
1 parent e0a7e60 commit 20a43c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and upload to PyPI

env:
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-*
CIBW_BEFORE_TEST: pip install pytest && pip install -r requirements.txt
CIBW_BEFORE_TEST: pip install --upgrade pip && pip install pytest && pip install -r requirements.txt
CIBW_TEST_COMMAND: pytest {package}/tests

on:
Expand Down

0 comments on commit 20a43c2

Please sign in to comment.