Skip to content

Commit

Permalink
Make config.yml an order dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-shelkovnikov committed Jan 8, 2025
1 parent 2e22143 commit 923a7e4
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 @@ -13,7 +13,7 @@ DOCKERFILE_FTEST_PATH?=Dockerfile.ftest
config.yml:
- cp -n config.yml.example config.yml

.venv/bin/python: config.yml
.venv/bin/python: | config.yml
$(PYTHON) -m venv .venv
.venv/bin/pip install --upgrade pip
.venv/bin/pip install --upgrade setuptools
Expand Down

0 comments on commit 923a7e4

Please sign in to comment.