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 2c23a6c commit 9f482a8Copy full SHA for 9f482a8
.travis.yml
@@ -20,6 +20,8 @@ python:
20
21
install:
22
- pip install -r requirements.txt
23
+ - pip install ray[default]
24
+ - pip install .
25
26
script:
27
- pytest
0 commit comments