Skip to content

Commit

Permalink
CI: Fix build by allowing running in venv
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Oct 27, 2019
1 parent 0e2d68a commit c3e5ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ clean: ## Clean up the local build directory
${SUDO} rm -rf ./build ./infracheck.egg-info

setup_venv: ## Setup virtual environment
${SUDO} pipenv sync -d
${SUDO} PIPENV_IGNORE_VIRTUALENVS=1 pipenv sync -d

functional_test: ## Run functional tests
cd infracheck && ./functional-test.sh
Expand Down

0 comments on commit c3e5ad2

Please sign in to comment.