Skip to content

Commit

Permalink
Try to ensure latest setuptools and pip
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Oct 1, 2023
1 parent 2818e02 commit e995a2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:

- name: Build wheels
run: |
pip install pip -U
pip install setuptools -U
pwd
ls -la
pip wheel . -w dist --no-deps --use-pep517
Expand Down

0 comments on commit e995a2e

Please sign in to comment.