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

Commit

Permalink
Build with editable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
asi1024 committed Jul 1, 2019
1 parent 851ebf9 commit 8a85a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

pip install --user -e cupy/

Expand Down
2 changes: 1 addition & 1 deletion test_slow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

pip install --user -e cupy/

Expand Down

0 comments on commit 8a85a47

Please sign in to comment.