Skip to content

Commit

Permalink
adding pyarrow to dependencies, only doing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paddymul committed Dec 28, 2024
1 parent 92c8bbf commit 1bcdf9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
version: "0.5.x"
- name: Run tests
run: uv run --with pytest-cov pytest ./tests --color=yes --cov anywidget --cov-report xml
run: uv run --with pytest-cov pytest ./tests/unit --color=yes --cov anywidget --cov-report xml
env:
UV_PYTHON: ${{ matrix.python-version }}
- uses: codecov/codecov-action@v5
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ dev-dependencies = [
"polars>=1.5.0",
"pandas>=1.3.5",
"geopandas<1.0",
"playwright"
"playwright",
"pyarrow",
]


Expand Down

0 comments on commit 1bcdf9d

Please sign in to comment.