Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toslunar committed Nov 25, 2020
1 parent 573de85 commit 5ccd3b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
11 changes: 2 additions & 9 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@

. ./environment.sh

pip install --user -e chainer/[jenkins]
# It's not possible to install only requirements.
# Chainer is uninstalled after the installation.
# TODO(niboshi): Use other installation tool
# (https://github.com/chainer/chainer/issues/5862)
pip uninstall -y chainer

# Chainer setup script installs specific version of CuPy.
# We need to install Chainer first for test.
pip install --user -e chainer/
pip install --user -e chainer/[jenkins]

pip install --user -e cupy/
pip install --user -e cupy/[jenkins]

cd chainer

Expand Down
7 changes: 0 additions & 7 deletions test_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
. ./environment.sh

pip install --user -e chainer/[jenkins]
# It's not possible to install only requirements.
# Chainer is uninstalled after the installation.
# TODO(niboshi): Use other installation tool
# (https://github.com/chainer/chainer/issues/5862)
pip uninstall -y chainer

pip install --user -e chainer/

cd chainer

Expand Down
11 changes: 2 additions & 9 deletions test_slow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@

. ./environment.sh

pip install --user -e chainer/[jenkins]
# It's not possible to install only requirements.
# Chainer is uninstalled after the installation.
# TODO(niboshi): Use other installation tool
# (https://github.com/chainer/chainer/issues/5862)
pip uninstall -y chainer

# Chainer setup script installs specific version of CuPy.
# We need to install Chainer first for test.
pip install --user -e chainer/
pip install --user -e chainer/[jenkins]

pip install --user -e cupy/
pip install --user -e cupy/[jenkins]

cd chainer

Expand Down

0 comments on commit 5ccd3b9

Please sign in to comment.