Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb07e5c7

Browse files
committed
Put back WSL on Windows CI
So the Windows test jobs can run the three out of four hook teststhat are able to pass with WSL bash, and so that we are able toobserve the expected failure on the one that still fails.This undoes the removal of the setup-wsl step ind5ed266, now thatthe test suite's bash.exe status checking logic, used for xfailmarks (and also usable in debugging), is internationalized. The CIstep was omitted during some of this process, to make sureWinBashStatus would still detect the specific situation on theGitHub Actions runner that occurs when no WSL distro is available.(This commit thus has much of the same relationship tod5ed266as2875ffa had tocabb572.)
1 parent9ac2438 commitb07e5c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎.github/workflows/pythonpackage.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
python-version:${{ matrix.python-version }}
3636
allow-prereleases:${{ matrix.experimental }}
3737

38+
-name:Set up WSL (Windows)
39+
if:startsWith(matrix.os, 'windows')
40+
uses:Vampire/setup-wsl@v2.0.2
41+
with:
42+
distribution:Debian
43+
3844
-name:Prepare this repo for tests
3945
run:|
4046
./init-tests-after-clone.sh

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp