Skip to content

Commit

Permalink
Pin maturin to 1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey committed Dec 30, 2024
1 parent 8e43455 commit d26e695
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ jobs:
working-directory: ${{ env.SRC_DIR }}
run: |
$ErrorActionPreference = 'Stop'
# maturin>1.7.8 breaks dependency y-py (Python 3.12) and pywinpty (Python 3.8) wheel building
# https://github.com/MichaIng/DietPi/issues/7329#issuecomment-2565130837
python -m pip install maturin==1.7.8
python -m pip install -r python/requirements.txt
python -m pip install -r python/requirements_jupyter_build.txt
Expand Down

0 comments on commit d26e695

Please sign in to comment.