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 86399ad commit 6f841bbCopy full SHA for 6f841bb
jenkins/build-indicator.sh
@@ -17,4 +17,6 @@ source env/bin/activate
17
pip install pip==23.0.1 --retries 10 --timeout 20
18
pip install numpy --retries 10 --timeout 20
19
pip install ../_delphi_utils_python/. --retries 10 --timeout 20
20
-[ ! -f pyproject.toml ] || pip install . --retries 10 --timeout 20
+if [ -f setup.py ] || [ -f pyproject.toml ]; then
21
+ pip install . --retries 10 --timeout 20
22
+fi
0 commit comments