Skip to content

Commit dabd2fb

Browse files
committed
Temporarily don't install WSL system to test xfail
This reverts "Install WSL system on CI for hook tests", commit 7663d9d. Assuming both cases are found to be working, the removed step will either be brought back or replaced with a very similar step that installs a different distribution.
1 parent e2b0b96 commit dabd2fb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: .github/workflows/pythonpackage.yml

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

38-
- name: Set up WSL
39-
if: startsWith(matrix.os, 'windows')
40-
uses: Vampire/[email protected]
41-
with:
42-
distribution: Debian
43-
4438
- name: Prepare this repo for tests
4539
run: |
4640
./init-tests-after-clone.sh

0 commit comments

Comments
 (0)