Commit 178074f
ci: install birdxplorer_common in ETL test job
The ETL test job only installed etl[dev] dependencies, but
birdxplorer_common is a prod-only dependency. Tests that import
extract_ecs.py (which uses birdxplorer_common.storage) failed with
ModuleNotFoundError in CI. This matches what tox.ini already does
with `-e ../common`.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 58f916d commit 178074f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments