Skip to content

Commit

Permalink
Merge pull request #7 from xaviernogueira/fix_codecov
Browse files Browse the repository at this point in the history
Switching to non-flat repo structure (for CodeCov)
  • Loading branch information
xaviernogueira authored Feb 21, 2024
2 parents 949c986 + 99de29e commit 73db319
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install the library
run: |
pip install .
pip install -e .
pip list
- name: Run tests
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dynamic = [
]

[tool.setuptools.packages.find]
where = ["src"]
include = ["geoparquet_pydantic*"]

[tool.setuptools.dynamic]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 73db319

Please sign in to comment.