Skip to content

Commit

Permalink
Kill cython examples. (ray-project#36393)
Browse files Browse the repository at this point in the history
The directory no longer exists.

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
  • Loading branch information
aslonnie authored and arvind-chandra committed Aug 31, 2023
1 parent 91b2e27 commit 7c63942
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ci/ci.sh
Original file line number Diff line number Diff line change
@@ -331,14 +331,6 @@ check_sphinx_links() {
)
}

install_cython_examples() {
(
cd "${WORKSPACE_DIR}"/doc/examples/cython
pip install scipy
python setup.py install --user
)
}

install_go() {
local gimme_url="https://raw.githubusercontent.com/travis-ci/gimme/master/gimme"
suppress_xtrace eval "$(curl -f -s -L "${gimme_url}" | GIMME_GO_VERSION=1.18.3 bash)"
@@ -760,10 +752,6 @@ build() {
fi
fi

if [ "${RAY_CYTHON_EXAMPLES-}" = 1 ]; then
install_cython_examples
fi

if [ "${LINT-}" = 1 ]; then
install_go
fi

0 comments on commit 7c63942

Please sign in to comment.