Skip to content

Commit

Permalink
vint.yml: upgrade python version
Browse files Browse the repository at this point in the history
And add setuptools on top, seems to be required now
  • Loading branch information
glacambre committed Jan 8, 2025
1 parent dd2d6f6 commit 0969738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.12.8
- name: Setup dependencies
run: pip install vim-vint
run: pip install setuptools vim-vint
- name: Run Vimscript Linter
run: vint .

0 comments on commit 0969738

Please sign in to comment.