Skip to content

Commit a6f2ad2

Browse files
committed
use uv
1 parent 0c8f92b commit a6f2ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uv pip install stac-api-validator==0.6.5
8484
8585
- name: Load data and validate
86-
run: uv run python -m stac_fastapi.pgstac.app & ./scripts/wait-for-it.sh localhost:8080 && uv run ./scripts/ingest_joplin.py http://localhost:8080 && ./scripts/validate http://localhost:8080
86+
run: uv run python -m stac_fastapi.pgstac.app & ./scripts/wait-for-it.sh localhost:8080 && uv run ./scripts/ingest_joplin.py http://localhost:8080 && uv run ./scripts/validate http://localhost:8080
8787
env:
8888
PGUSER: username
8989
PGPASSWORD: password

0 commit comments

Comments
 (0)