added installing optional redis group

This commit is contained in:
Brian Bjarke Jensen
2025-09-14 17:52:12 +02:00
parent 918535ebc0
commit 7caee87cae
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
env: env:
UV_LINK_MODE: copy UV_LINK_MODE: copy
run: uv sync run: uv sync --extra redis
- name: Type check with mypy - name: Type check with mypy
run: uv run mypy . run: uv run mypy .