Skip to content

Commit

Permalink
Install more typing stubs in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Sep 14, 2023
1 parent 5f7d7aa commit 8941789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install .
python -m pip install mypy
python -m pip install types-atomicwrites
python -m pip install types-atomicwrites types-vobject
- name: Run the type checker
run: mypy --ignore-missing-imports khard

Expand Down

0 comments on commit 8941789

Please sign in to comment.