From c4e3ca2df9993a442b24386ec5216e81104c5afb Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Wed, 14 Aug 2024 13:47:02 +1000 Subject: [PATCH] fix: use pybind<=2.13.1 for Windows --- .github/workflows/cuda11.8-whl-release.yml | 2 +- .github/workflows/cuda12.1-whl-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cuda11.8-whl-release.yml b/.github/workflows/cuda11.8-whl-release.yml index b599361..3287625 100644 --- a/.github/workflows/cuda11.8-whl-release.yml +++ b/.github/workflows/cuda11.8-whl-release.yml @@ -64,7 +64,7 @@ jobs: python-version: ${{ matrix.pyver }} - name: Install python packages run: | - pip install pybind11 wheel + pip install pybind11<=2.13.1 wheel - uses: actions/checkout@v4 - name: Setup CUDA Toolkit id: cuda-toolkit diff --git a/.github/workflows/cuda12.1-whl-release.yml b/.github/workflows/cuda12.1-whl-release.yml index 9e11ed7..c8ec19b 100644 --- a/.github/workflows/cuda12.1-whl-release.yml +++ b/.github/workflows/cuda12.1-whl-release.yml @@ -64,7 +64,7 @@ jobs: python-version: ${{ matrix.pyver }} - name: Install python packages run: | - pip install pybind11 wheel + pip install pybind11<=2.13.1 wheel - uses: actions/checkout@v4 - name: Setup CUDA Toolkit id: cuda-toolkit