Skip to content

Commit 799ad6a

Browse files
committed
Add debug: show shell being used in workflow
1 parent 1b97e49 commit 799ad6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev-setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
echo "Running in shell: $SHELL (process: $(ps -p $$ -o comm=))"
2+
13
# Create venv if not already present
24
if [ ! -d "venv" ]; then
35
python3 -m pip install venv

0 commit comments

Comments
 (0)