Commit 7384a6d
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments