We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e029a commit acba8c7Copy full SHA for acba8c7
.github/workflows/cicd.yaml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Install dependencies
80
run: |
81
- uv sync
+ uv sync --group server
82
uv pip install stac-api-validator==0.6.5
83
84
- name: Load data and validate
0 commit comments