We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a404be commit bfd58afCopy full SHA for bfd58af
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
uv run pre-commit run --all-files
38
39
- name: Run tests
40
- run: python -m pytest --cov morecantile --cov-report term-missing --cov-report xml
+ run: uv run pytest --cov morecantile --cov-report term-missing --cov-report xml
41
42
- name: Upload Results
43
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}
@@ -70,7 +70,7 @@ jobs:
70
uv sync --extra rasterio
71
72
73
74
75
benchmark:
76
needs: [tests, tests-rasterio]
0 commit comments