Skip to content

Commit 0c8f92b

Browse files
committed
use uv
1 parent 19603ee commit 0c8f92b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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: 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 && ./scripts/validate http://localhost:8080
8787
env:
8888
PGUSER: username
8989
PGPASSWORD: password

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)