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 a9ff93f commit b6f5653Copy full SHA for b6f5653
.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 git+https://github.com/pandas-dev/pandas --no-deps --ignore-installed # TODO: use nightly builds again
+ pip install pandas --no-deps --ignore-installed # use stable as erroneous nightly builds and long build time
21
- name: Run tests
22
23
pytest tests/ -v --ci
0 commit comments