Skip to content

Commit

Permalink
fix: make install always installing
Browse files Browse the repository at this point in the history
when .python-version is newer than the python binary

to avoid this we tell make to also use the time of the symlink which
will be the time the venv is created
  • Loading branch information
tekumara committed Nov 5, 2024
1 parent 4b4d6d4 commit 71946dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/Makefile-common.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAKEFLAGS += --warn-undefined-variables
MAKEFLAGS += --warn-undefined-variables --check-symlink-times
SHELL = /bin/bash -o pipefail
.DEFAULT_GOAL := help
.PHONY: help clean install format check pyright test dist hooks install-hooks
Expand Down

0 comments on commit 71946dc

Please sign in to comment.