Skip to content

Commit

Permalink
Makefile: predicate venv on setup.py (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Feb 7, 2022
1 parent 6a6b1fc commit 40574e4
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 @@ -22,7 +22,7 @@ else
COV_ARGS := --fail-under 100
endif

env/pyvenv.cfg:
env/pyvenv.cfg: setup.py
# Create our Python 3 virtual environment
rm -rf env
python3 -m venv env
Expand Down

0 comments on commit 40574e4

Please sign in to comment.