Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
omad committed Nov 19, 2024
1 parent caf524f commit 69ca547
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Run tests
run: uv run python -m pytest tests
run: uv run pytest

- name: Check typing
run: uv run mypy
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ dev = [
"coverage>=7.6.7",
"geopandas>=1.0.1",
"mypy>=1.13.0",
"pre-commit>=4.0.1",
"pytest>=8.3.3",
]
86 changes: 86 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 69ca547

Please sign in to comment.