Skip to content

Commit

Permalink
Hotfix Makefile (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls authored and gidden committed Apr 9, 2019
1 parent d24cbb7 commit 8d3d520
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 @@ -92,7 +92,7 @@ virtual-environment: $(VENV_DIR) ## make virtual environment for development
$(VENV_DIR)/bin/pip install matplotlib==2.1.2
touch $(VENV_DIR)
# install docs requirements
cd doc; pip install -r requirements.txt
cd doc; $(VENV_DIR)/bin/pip install -r requirements.txt

.PHONY: release-on-conda
release-on-conda: ## release pyam on conda
Expand Down

0 comments on commit 8d3d520

Please sign in to comment.