Skip to content

Commit 7621d05

Browse files
committed
ci: keep setuptools available across make targets
1 parent 0008300 commit 7621d05

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ environment:
2424
install:
2525
@echo 🔧 INSTALL
2626
poetry install
27+
poetry run pip install setuptools
2728

2829
build:
2930
@echo 🔨 BUILD
3031
poetry build
3132
poetry install
33+
poetry run pip install setuptools
3234

3335
openssl-fix:
3436
export LDFLAGS=-L/usr/local/opt/openssl/lib

0 commit comments

Comments
 (0)