Skip to content

Commit

Permalink
Merge pull request #383 from camptocamp/backport/382-to-master
Browse files Browse the repository at this point in the history
[Backport master] Fix build in the CI
  • Loading branch information
sbrunner authored Jan 16, 2023
2 parents c8a6751 + 3cb9351 commit f652ce7
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 @@ -9,7 +9,7 @@ help: ## Display this help message
awk 'BEGIN {FS = ":.*?## "}; {printf " %-20s%s\n", $$1, $$2}'

.poetry.timestamps: pyproject.toml poetry.lock
poetry --version || pip install --user --requirement=requirements.txt
poetry --version || pip install --user --ignore-installed --requirement=requirements.txt
poetry install --extras=tools --extras=generate --extras=extra
touch $@

Expand Down

0 comments on commit f652ce7

Please sign in to comment.