Skip to content

Commit 50d7d21

Browse files
committed
Adjust ci a bit
1 parent 16f505a commit 50d7d21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
python -m pip install mypy pylint
27+
python -m pip install mypy pylint argcomplete
2828
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2929
- name: ruff
3030
uses: astral-sh/ruff-action@v3
31+
with:
32+
version: latest
3133
- name: mypy
3234
run: |
3335
mypy .

0 commit comments

Comments
 (0)