remove redundant commands from Makefile - #170
Conversation
# Conflicts: # Makefile
|
The purpose of While your PR simplifies the Makefile, this also ignores the presence of this stamp file and I would like to keep it to avoid extra poetry runs. |
|
@csernazs for me poetry run takes less than a second, because all deps are already installed |
|
for this issue, we could specify poetry.lock and pyprojecct.toml to makefile, like this: So it would compare the mtimes of it, and run poetry if the lock file or the toml file are newer than the stamp file.s are updated). What do you think about this? |

No description provided.