Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/downstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ jobs:
- name: install-deps
run: |
cd fairlearn
# TODO(FBruzzesi): Align with fairlearn team to get a minimal requirement to test narwhals features
uv pip install -e . -r requirements.txt matplotlib polars pyarrow pytest typing-extensions --system
- name: install-narwhals-dev
run: |
Expand All @@ -635,6 +636,4 @@ jobs:
- name: run-pytest
run: |
cd fairlearn
# TODO(FBruzzesi): I hope this will be simplified once there is a decision on
# https://github.com/fairlearn/fairlearn/issues/1555
pytest test/unit/preprocessing test/unit/metrics
pytest test/unit -m "narwhals"
Loading