Skip to content

Commit 7384a6d

Browse files
committed
fix: remove non-existent --extra s3 from CI workflow
The pyproject.toml only defines a 'test' extra group. S3 artifact tests already use pytest.importorskip('aioboto3') to gracefully skip when the dependency is not installed.
1 parent eaa1942 commit 7384a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uv venv .venv
3232
source .venv/bin/activate
3333
# Install dependencies as recommended in CONTRIBUTING.md
34-
uv sync --extra test --extra s3
34+
uv sync --extra test
3535
3636
- name: Run unit tests with pytest
3737
run: |

0 commit comments

Comments
 (0)