From a1edbd3564b40cc2a07963d0efaa85b8ab32ca16 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Sat, 11 Mar 2023 09:41:58 +0100 Subject: [PATCH] ci: skip ruby provider tests on Windows Installing the ruby provider takes anything between 1 and 1.5 minutes on Windows, which is a big drain on our CI. Remove it until we find a more sustainable solution. --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f2ace522b..e6ff09d351 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -329,9 +329,6 @@ jobs: # Sanity check python -c "import pynvim; print(str(pynvim))" - gem.cmd install --pre neovim - Get-Command -CommandType Application neovim-ruby-host.bat - node --version npm.cmd --version