remove redundant commands from Makefile#170
Conversation
# Conflicts: # Makefile
Codecov Report
@@ Coverage Diff @@
## master #170 +/- ##
=======================================
Coverage 94.87% 94.87%
=======================================
Files 4 4
Lines 546 546
=======================================
Hits 518 518
Misses 28 28 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
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? |
|
@csernazs |
No description provided.