Skip to content

Commit

Permalink
extra ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Apr 1, 2024
1 parent ef0a965 commit 674f5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extremes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: install-reqs
run: python -m pip install --upgrade tox virtualenv setuptools pip -r requirements-dev.txt
- name: install-modin
run: python -m pip install pandas==2.0.0 polars==0.20.4 modin[dask]
run: python -m pip install pandas==2.0.0 polars==0.20.5 modin[dask]
- name: Run pytest
run: pytest tests --cov=narwhals --cov=tests --cov-fail-under=50
- name: Run doctests
Expand Down

0 comments on commit 674f5ac

Please sign in to comment.