We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32f3b6 commit 6980d44Copy full SHA for 6980d44
1 file changed
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
run: rm -f $(which msgfmt)
51
- name: Setup Vim
52
id: vim
53
- uses: thinca/action-setup-vim@v1
+ uses: thinca/action-setup-vim@v2
54
with:
55
vim_version: ${{ matrix.vim_version }}
56
download: ${{ matrix.download }}
@@ -61,7 +61,7 @@ jobs:
61
- name: Install covimerage
62
run: |
63
python -m pip install -U pip setuptools wheel
64
- pip install -U covimerage
+ python -m pip install -U covimerage
65
- name: Test
66
env:
67
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
0 commit comments