aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-11-15 08:47:22 +0100
committerGitHub <noreply@github.com>2024-11-15 08:47:22 +0100
commit2024c10d74cea760ff9e4ac8208cc4c9c176f4d3 (patch)
treeddb52735a12f3e71a5b06ef2a4efec31e3115207
parent6ef80eb42c730e66e5a769f619e05b353c08c118 (diff)
downloadrneovim-2024c10d74cea760ff9e4ac8208cc4c9c176f4d3.tar.gz
rneovim-2024c10d74cea760ff9e4ac8208cc4c9c176f4d3.tar.bz2
rneovim-2024c10d74cea760ff9e4ac8208cc4c9c176f4d3.zip
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.
-rw-r--r--.github/workflows/test_windows.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/test_windows.yml b/.github/workflows/test_windows.yml
index 8829296756..db7ad93f55 100644
--- a/.github/workflows/test_windows.yml
+++ b/.github/workflows/test_windows.yml
@@ -31,13 +31,6 @@ jobs:
cmake --preset ci -D CMAKE_BUILD_TYPE='RelWithDebInfo' ${{ inputs.build_flags }}
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
run: |
$PSNativeCommandArgumentPassing = 'Legacy'