We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setuptools>=65.6.1
1 parent 230399d commit fd2ad9eCopy full SHA for fd2ad9e
.github/workflows/build-test-windows.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
cd ${{ env.NEW_WORKSPACE }}
48
cd python
49
- pip install -U wheel pybind11 certifi cython cmake
+ pip install -U wheel pybind11 certifi cython cmake setuptools>=65.6.1
50
python -m certifi
51
pip install -v --no-build-isolation '.[build]'
52
0 commit comments