Skip to content

Commit 6400dc8

Browse files
committed
Install modin from source on CI
1 parent f0cc3ea commit 6400dc8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Run tests
2-
on:
3-
- push
4-
- pull_request
2+
on: [push, pull_request]
53
jobs:
64
test:
75
runs-on: ubuntu-latest
@@ -17,7 +15,8 @@ jobs:
1715
pip install -r requirements.txt
1816
- name: Install dataframe libraries
1917
run: |
20-
pip install vaex modin[ray]
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
2120
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple pandas --ignore-installed --no-deps
2221
- name: Run tests
2322
run: |

0 commit comments

Comments
 (0)