Skip to content

Commit

Permalink
fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
goulinkh committed Sep 4, 2024
1 parent 8082e8b commit 90dc841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ travis: $(VENV_PATH)
$(MAKE) $(LIMBO_REQUIREMENTS)
env/bin/tox

github-tox:
pip install tox setuptools $(subst requirements,-c requirements,$(REQUIREMENTS))
github-tox: $(VENV)
. $(BIN)/activate && pip install tox setuptools $(subst requirements,-c requirements,$(REQUIREMENTS))
$(MAKE) $(LIMBO_REQUIREMENTS)
tox

Expand Down

0 comments on commit 90dc841

Please sign in to comment.