Skip to content

Commit

Permalink
ci: lock poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
daxartio committed Jan 14, 2025
1 parent 8debb0e commit fd4e543
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 @@ -12,7 +12,7 @@ all: format lint test ## Run format lint test

.PHONY: install-poetry
install-poetry: ## Install poetry
pip install poetry
pip install poetry==1.8.5

.PHONY: install
install: ## Install dependencies
Expand Down

0 comments on commit fd4e543

Please sign in to comment.