Disable build isolation for private-index editable install

This commit is contained in:
2026-03-15 02:10:19 +01:00
parent b8c557ad51
commit 87fd62aba7

2
Jenkinsfile vendored
View File

@@ -43,7 +43,7 @@ pipeline {
. .venv/bin/activate . .venv/bin/activate
pip install coverage pip install coverage
pip install --upgrade pip "setuptools==69.5.1" wheel pip install --upgrade pip "setuptools==69.5.1" wheel
PIP_INDEX_URL=${PIP_INDEX_URL:-https://pypi.mandelblog.com/mandel/testing/+simple/} pip install --pre --editable . setuptools wheel --upgrade --upgrade-strategy=eager --use-deprecated=legacy-resolver PIP_INDEX_URL=${PIP_INDEX_URL:-https://pypi.mandelblog.com/mandel/testing/+simple/} pip install --no-build-isolation --pre --editable . setuptools wheel --upgrade --upgrade-strategy=eager --use-deprecated=legacy-resolver
cp "${JOB_BASE_NAME}/ocyan.json" "${JOB_BASE_NAME}/${JOB_BASE_NAME}.json" cp "${JOB_BASE_NAME}/ocyan.json" "${JOB_BASE_NAME}/${JOB_BASE_NAME}.json"
pip install pylint pylint-django vdt.versionplugin.wheel pip install pylint pylint-django vdt.versionplugin.wheel
pip install --upgrade "setuptools==69.5.1" wheel pip install --upgrade "setuptools==69.5.1" wheel