We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d69c2 commit c9ce3c7Copy full SHA for c9ce3c7
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
pip install ray git+https://github.com/modin-project/modin
19
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
+ pip install git+https://github.com/pandas-dev/pandas --no-deps --ignore-installed # TODO: use nightly builds again
21
- name: Run tests
22
23
pytest tests/ -v --ci
0 commit comments