Skip to content

Commit

Permalink
fix invalid input for actions/setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 19, 2024
1 parent b04906a commit 90f46d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3'
cache: pip
- name: Install covimerage
run: |
pip install covimerage
Expand All @@ -50,6 +49,5 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3'
cache: pip
- run: pip install vim-vint
- run: vint --warning --verbose --enable-neovim ./autoload ./plugin

0 comments on commit 90f46d5

Please sign in to comment.