Remove legacy python support
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 1m47s Details

This commit is contained in:
Yannick Reiß 2024-05-22 07:48:41 +02:00
parent 682f512251
commit 1b9a7264de
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ jobs:
apt-get install -y git
apt-get install -y neovim
apt-get install -y python3-neovim
apt-get install -y python-neovim
- name: Clone neovim repository
run: |