Skip to content

Commit d42b329

Browse files
committed
Install setuptools
1 parent 896e6e8 commit d42b329

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
@@ -55,6 +55,7 @@ publish-scala:
5555
init-python:
5656
python -m venv ./.venv
5757
./.venv/bin/python -m pip install --upgrade pip
58+
./.venv/bin/python -m pip install --upgrade setuptools
5859
poetry self add "poetry-dynamic-versioning[plugin]"
5960
poetry install
6061
poetry add pyspark@${SPARK_VERSION}

0 commit comments

Comments
 (0)