Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ba1b5ba

Browse files
committedMar 7, 2025·
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)
1 parent fe7533e commit ba1b5ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/pythonpackage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
if: matrix.os-type == 'windows'
5050
uses: Vampire/setup-wsl@v4.1.1
5151
with:
52+
wsl-version: 1
5253
distribution: Alpine
5354
additional-packages: bash
5455

0 commit comments

Comments
 (0)
Please sign in to comment.