add-minio-adapter #4

Merged
brian merged 9 commits from add-minio-adapter into main 2025-09-15 01:05:18 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3260a3ffb1 - Show all commits
+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 --extra redis run: uv sync --extra redis,minio
- name: Type check with mypy - name: Type check with mypy
run: uv run mypy . run: uv run mypy .
+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 --extra redis run: uv sync --extra redis,minio
- name: Run pytest - name: Run pytest
env: env: