Skip to content

Commit 929c384

Browse files
committed
[DEBUG] What's going on?
Signed-off-by: Cristian Le <[email protected]>
1 parent e3d240b commit 929c384

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/examples/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ rlJournalStart
1919

2020
rlPhaseStartTest
2121
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?"
2224
if [ "${HAS_PYTEST}" == True ]; then
2325
rlRun "pytest" 0 "Run built-in pytest"
2426
else

0 commit comments

Comments
 (0)