Skip to content

Commit 112cd08

Browse files
committed
Fix GHA install command
1 parent ec3ed1f commit 112cd08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/warehouses_e2e_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: ./.github/actions/run-pytest-with-uv
3737
with:
3838
compose-file-path: infra/local/docker-compose.yml
39-
install-cmd: uv sync --locked --dev --script extract_and_load.py
39+
install-cmd: uv sync --locked --script extract_and_load.py
4040
pytest-file-or-dir: tests
4141
uv-cache-dependency-glob: elt-common/pyproject.toml
4242
working-directory: warehouses/accelerator/extract_load/opralogweb

0 commit comments

Comments
 (0)