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 8a06fd7 commit 5785157Copy full SHA for 5785157
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
uv run pre-commit run --all-files
50
51
- name: Run tests
52
- run: uv run pytest pytest --cov titiler.stacapi --cov-report term-missing -s -vv
+ run: uv run pytest --cov titiler.stacapi --cov-report term-missing -s -vv
53
54
- name: Upload Results
55
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}
0 commit comments