We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d37d0 commit 880df08Copy full SHA for 880df08
projects/vdk-core/cicd/simple-functional-test.sh
@@ -50,6 +50,7 @@ EOM
50
51
echo "Create vdk distribution and install it"
52
rm -rf dist/*
53
+pip install setuptools
54
python setup.py sdist --formats=gztar && pip install dist/* || fail "VDK Install failed"
55
56
function restore_vdk_in_editable_mode {
projects/vdk-core/setup.cfg
@@ -51,6 +51,7 @@ install_requires =
click_log
click-plugins
tenacity
+ setuptools
# Require a specific Python version
57
python_requires = >=3.7, <4
0 commit comments