Skip to content

Commit fd2ad9e

Browse files
authored
Pin setuptools>=65.6.1 for build on WIndows (#2881)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 230399d commit fd2ad9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
cd ${{ env.NEW_WORKSPACE }}
4848
cd python
49-
pip install -U wheel pybind11 certifi cython cmake
49+
pip install -U wheel pybind11 certifi cython cmake setuptools>=65.6.1
5050
python -m certifi
5151
pip install -v --no-build-isolation '.[build]'
5252

0 commit comments

Comments
 (0)