Skip to content

Commit

Permalink
Add setuptools to pip test to make it more robust
Browse files Browse the repository at this point in the history
This avoids distutils import errors.
  • Loading branch information
rbaltrusch committed Jun 22, 2024
1 parent 3509dda commit fd01d2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pip-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
- name: Install pypi package
run: |
python -m pip install --upgrade pip
pip install setuptools
pip install $PACKAGE_NAME
python -m $PACKAGE_NAME -h

0 comments on commit fd01d2b

Please # to comment.