File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,6 @@ echo %CONDA_PREFIX%
2727python -c " import os; print('\n'.join(os.environ['PATH'].split(';')))"
2828echo ----------
2929
30- echo ==========================================================
31- echo build java bindings
32- echo ==========================================================
33- bazel build //java:ray_java_pkg
34-
3530echo ==========================================================
3631echo calling pip to install
3732echo ==========================================================
Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ outputs:
8484 - python
8585 - setproctitle >=1.2.2,<1.4
8686 - cross-python_{{ target_platform }} # [build_platform != target_platform]
87- - openjdk =11
88- - maven
89- - unzip
87+ - openjdk =11 # [not win]
88+ - maven # [not win]
89+ - unzip # [not win]
9090 host :
9191 - python
9292 - pip
You can’t perform that action at this time.
0 commit comments