mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
ci(win): remove python workaround (#31212)
Explicitly installing Python 3.13 using (deprecated version of) `setup-python` looks to be no longer required for provider tests to pass.
This commit is contained in:
parent
6ef80eb42c
commit
2024c10d74
7
.github/workflows/test_windows.yml
vendored
7
.github/workflows/test_windows.yml
vendored
@ -31,13 +31,6 @@ jobs:
|
|||||||
cmake --preset ci -D CMAKE_BUILD_TYPE='RelWithDebInfo' ${{ inputs.build_flags }}
|
cmake --preset ci -D CMAKE_BUILD_TYPE='RelWithDebInfo' ${{ inputs.build_flags }}
|
||||||
cmake --build build
|
cmake --build build
|
||||||
|
|
||||||
# FIXME(dundargoc): this workaround is needed as the python3 provider
|
|
||||||
# tests suddenly started to become extremely flaky, and this removes the
|
|
||||||
# flakiness for some reason.
|
|
||||||
- uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: '3.13'
|
|
||||||
|
|
||||||
- name: Install test deps
|
- name: Install test deps
|
||||||
run: |
|
run: |
|
||||||
$PSNativeCommandArgumentPassing = 'Legacy'
|
$PSNativeCommandArgumentPassing = 'Legacy'
|
||||||
|
Loading…
Reference in New Issue
Block a user