Skip to content

Commit bb7f749

Browse files
authored
Merge pull request #1511 from zregvart/pr/add-setuptools
Also install setuptools
2 parents f324757 + 06528c3 commit bb7f749

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
@@ -149,6 +149,7 @@ gen-olm: gen
149149
. $(VENV)/bin/activate && \
150150
pip3 install --upgrade pip && \
151151
pip3 install operator-courier==2.1.11 && \
152+
pip3 install setuptools && \
152153
operator-courier --verbose verify --ui_validate_io $(OLM)
153154
docker build -t $(CATALOG_IMAGE) -f build/catalog-source.Dockerfile .
154155
@echo "✅ gen-olm"

0 commit comments

Comments
 (0)