Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading