Skip to content

Commit

Permalink
Fix mypy run cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
k0t3n committed Feb 1, 2024
1 parent 369137d commit bd40a3c
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 @@ -16,5 +16,5 @@ jobs:
- name: Install dependencies
run: poetry install --no-root --with=test
- name: Check types
run: mypy cachepot
run: poetry run mypy cachepot

0 comments on commit bd40a3c

Please sign in to comment.