We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896e6e8 commit d42b329Copy full SHA for d42b329
Makefile
@@ -55,6 +55,7 @@ publish-scala:
55
init-python:
56
python -m venv ./.venv
57
./.venv/bin/python -m pip install --upgrade pip
58
+ ./.venv/bin/python -m pip install --upgrade setuptools
59
poetry self add "poetry-dynamic-versioning[plugin]"
60
poetry install
61
poetry add pyspark@${SPARK_VERSION}
0 commit comments