Skip to content

Commit 5785157

Browse files
committed
typo
1 parent 8a06fd7 commit 5785157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uv run pre-commit run --all-files
5050
5151
- name: Run tests
52-
run: uv run pytest pytest --cov titiler.stacapi --cov-report term-missing -s -vv
52+
run: uv run pytest --cov titiler.stacapi --cov-report term-missing -s -vv
5353

5454
- name: Upload Results
5555
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}

0 commit comments

Comments
 (0)