Skip to content

Commit 6bba965

Browse files
committed
chore: fix make test
1 parent c02c732 commit 6bba965

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ lint:
5050
test:
5151
for lib in $(LIBRARIES); do \
5252
cd ${WORKDIR}/$$lib && \
53+
poetry install && \
5354
poetry run python -m unittest discover -s tests -v; \
5455
done
5556

0 commit comments

Comments
 (0)