diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 51405ef..6d84220 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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