Skip to content

Commit 519b88b

Browse files
committed
fix bad syntax, 2nd try
1 parent 39c392f commit 519b88b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
export PYTHONPATH=`pwd`/pystellibs/src:`pwd`/skyCatalogs:${PYTHONPATH}
140140
export PYTHONPATH=`pwd`:${PYTHONPATH}
141141
142-
echo "Python path for tests: " $PYTHONPATH
142+
echo $PYTHONPATH
143143

144144
eups list lsst_distrib
145145
export SCRIPTS=skycatalogs_creator/scripts

0 commit comments

Comments
 (0)