Skip to content

Commit b6f5653

Browse files
committed
Use latest stable pandas builds on CI
1 parent a9ff93f commit b6f5653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
pip install ray git+https://github.com/modin-project/modin
1919
pip install vaex # use stable as no nightly builds and long build time
20-
pip install git+https://github.com/pandas-dev/pandas --no-deps --ignore-installed # TODO: use nightly builds again
20+
pip install pandas --no-deps --ignore-installed # use stable as erroneous nightly builds and long build time
2121
- name: Run tests
2222
run: |
2323
pytest tests/ -v --ci

0 commit comments

Comments
 (0)