Skip to content

Commit 565fbdd

Browse files
[RAA-3605]-[KM]-[fix CI: run poetry lock before install]-[BS]
1 parent df690bd commit 565fbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SHELL=/bin/bash -euo pipefail
33
install: install-node install-poetry install-hooks
44

55
install-poetry:
6-
poetry install
6+
poetry lock && poetry install
77

88
install-node:
99
npm install

0 commit comments

Comments
 (0)