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 c315352 commit 479ba96Copy full SHA for 479ba96
docs/examples/test.sh
@@ -18,7 +18,7 @@ rlJournalStart
18
rlPhaseEnd
19
20
rlPhaseStartTest
21
- rlRun "pip install . -v --config-settings=build.verbose=true --no-index --no-build-isolation" 0 "Build the python project"
+ rlRun "pip install . -v --no-index --no-build-isolation" 0 "Build the python project"
22
if [ "${HAS_PYTEST}" == True ]; then
23
rlRun "python3 -m pytest" 0 "Run built-in pytest"
24
else
0 commit comments