Skip to content

Commit

Permalink
fix: use pybind<=2.13.1 for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs committed Aug 14, 2024
1 parent 6df19c5 commit c4e3ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cuda11.8-whl-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cuda12.1-whl-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4e3ca2

Please sign in to comment.