Skip to content

Commit c9ce3c7

Browse files
committed
Build pandas on CI for now
1 parent 38d69c2 commit c9ce3c7

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 -i https://pypi.anaconda.org/scipy-wheels-nightly/simple pandas --ignore-installed --no-deps
20+
pip install git+https://github.com/pandas-dev/pandas --no-deps --ignore-installed # TODO: use nightly builds again
2121
- name: Run tests
2222
run: |
2323
pytest tests/ -v --ci

0 commit comments

Comments
 (0)