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
Use WSL1 on CI
This avoids an occasional HTTP 403 error updating WSL for WSL2.

For details on that issue and possible approaches, see:
#2008 (review)
  • Loading branch information
EliahKagan authored and Byron committed Mar 12, 2025
commit a41a0de46d2fdbb34207161bb0c180bd72958c8b
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
if: matrix.os-type == 'windows'
uses: Vampire/setup-wsl@v5.0.0
with:
wsl-version: 1
distribution: Alpine
additional-packages: bash

Expand Down
Loading