Skip to content

Commit 05531a7

Browse files
authored
Update python-app.yml
1 parent cdd0dde commit 05531a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
echo Testing...
3131
export XONSH_SHOW_TRACEBACK=True
3232
export RAISE_SUBPROC_ERROR=True
33-
xonsh --rc dev.xsh
34-
echo Done
33+
xonsh --rc dev.xsh -c 'echo Done'
3534
#r=$(xonsh -c "xontrib load $xontrib_name" 2>&1 || true)
3635
#echo Test output: $r
3736
#[ "$r" == "" ] && exit 0 || exit 1

0 commit comments

Comments
 (0)