Skip to content

Commit 6540460

Browse files
committed
fix: update test dependencies installation in CI workflow
1 parent f6abb50 commit 6540460

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
. .venv/bin/activate
2828
echo PATH=$PATH >> $GITHUB_ENV
2929
uv pip install -r requirements/requirements-ubuntu-latest-${{ matrix.python-version }}.txt
30-
uv pip install polars
31-
uv pip install -e .
30+
uv pip install -e .[test]
3231
3332
- name: Run tests
3433
run: |

0 commit comments

Comments
 (0)