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 f0cc3ea commit 6400dc8Copy full SHA for 6400dc8
.github/workflows/test.yml
@@ -1,7 +1,5 @@
1
name: Run tests
2
-on:
3
- - push
4
- - pull_request
+on: [push, pull_request]
5
jobs:
6
test:
7
runs-on: ubuntu-latest
@@ -17,7 +15,8 @@ jobs:
17
15
pip install -r requirements.txt
18
16
- name: Install dataframe libraries
19
run: |
20
- pip install vaex modin[ray]
+ pip install ray git+https://github.com/modin-project/modin
+ pip install vaex # use stable as no nightly builds and long build time
21
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple pandas --ignore-installed --no-deps
22
- name: Run tests
23
0 commit comments