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 e3d240b commit 929c384Copy full SHA for 929c384
docs/examples/test.sh
@@ -19,6 +19,8 @@ rlJournalStart
19
20
rlPhaseStartTest
21
rlRun "pip install . -v --config-settings=cmake.verbose=true --no-index --no-build-isolation" 0 "Build the python project"
22
+ rlRun "which pip" 0 "What's going on?"
23
+ rlRun "tree .venv" 0 "What's going on?"
24
if [ "${HAS_PYTEST}" == True ]; then
25
rlRun "pytest" 0 "Run built-in pytest"
26
else
0 commit comments