Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
support install from venv and travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Crysple authored and QuanluZhang committed Sep 13, 2018
1 parent c1bda85 commit a1bc329
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ INSTALL_PREFIX ?= ${HOME}/.local
EXAMPLES_PATH ?= ${HOME}/nni/examples
WHOAMI := $(shell whoami)
YARN := $(INSTALL_PREFIX)/yarn/bin/yarn
ifndef TRAVIS
PIP_MODE ?= --user
ifdef TRAVIS
undefine PIP_MODE
endif
ifdef VIRTUAL_ENV
undefine PIP_MODE
endif
.PHONY: build install uninstall dev-install

Expand Down

0 comments on commit a1bc329

Please sign in to comment.