Skip to content

Commit

Permalink
redis test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Sep 12, 2023
1 parent c4b4f86 commit c015e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- run: pip install -r requirements.txt

- run: pip install mypy pytest pytest-asyncio pytest-cov types-redis
- run: pip install mypy pytest pytest-asyncio pytest-cov redis types-redis

- run: mypy .

Expand Down

0 comments on commit c015e07

Please sign in to comment.