Skip to content

Commit bfd58af

Browse files
committed
fix
1 parent 0a404be commit bfd58af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uv run pre-commit run --all-files
3838
3939
- name: Run tests
40-
run: python -m pytest --cov morecantile --cov-report term-missing --cov-report xml
40+
run: uv run pytest --cov morecantile --cov-report term-missing --cov-report xml
4141

4242
- name: Upload Results
4343
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}
@@ -70,7 +70,7 @@ jobs:
7070
uv sync --extra rasterio
7171
7272
- name: Run tests
73-
run: python -m pytest --cov morecantile --cov-report term-missing --cov-report xml
73+
run: uv run pytest --cov morecantile --cov-report term-missing --cov-report xml
7474

7575
benchmark:
7676
needs: [tests, tests-rasterio]

0 commit comments

Comments
 (0)