Skip to content

Commit

Permalink
build(github): install vim action
Browse files Browse the repository at this point in the history
  • Loading branch information
jfishe committed Dec 8, 2023
1 parent 61e5f2a commit e706dca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
id: setup-python
with:
python-version: ${{ matrix.python }}
- uses: rhysd/action-setup-vim@v1
- name: Retrieve pre-built distribution files
uses: actions/download-artifact@v3
with: { name: python-distribution-files, path: dist/ }
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ extras =
testing
allowlist_externals =
make
vim
commands =
vim -Nu tests/vim/vimrc --version
make vader
pytest {posargs}

Expand Down

0 comments on commit e706dca

Please sign in to comment.