We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b462e commit 3583ea2Copy full SHA for 3583ea2
.github/workflows/ci.yml
@@ -17,8 +17,12 @@ jobs:
17
- uses: raven-actions/actionlint@v2
18
- uses: actions/setup-python@v5
19
with:
20
+ python-version: '3.13'
21
cache: 'pip'
- - run: pip install -r requirements.txt
22
+ - name: Install dependencies
23
+ run: |
24
+ python -m pip install --upgrade pip
25
+ pip install -r requirements.txt
26
- uses: rhysd/action-setup-vim@v1
27
id: vim
28
- run: make lint
requirements.txt
@@ -1,2 +1 @@
1
-setuptools==72.1.0
2
vim-vint==0.4a3
0 commit comments