Skip to content

Commit 2d3d975

Browse files
committed
check path to pystellibs module
1 parent 86d0296 commit 2d3d975

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,11 @@ jobs:
136136
export RUBIN_SIM_DATA_DIR=`pwd`/rubin_sim_data
137137
export SIMS_SED_LIBRARY_DIR=${RUBIN_SIM_DATA_DIR}/sims_sed_library
138138

139-
export PYTHONPATH=`pwd`/pystellibs:`pwd`/skyCatalogs:${PYTHONPATH}
139+
export PYTHONPATH=`pwd`/pystellibs/src:`pwd`/skyCatalogs:${PYTHONPATH}
140140
export PYTHONPATH=`pwd`:${PYTHONPATH}
141141

142+
echo Python path for tests: $PYTHONPATH
143+
142144
eups list lsst_distrib
143145
export SCRIPTS=skycatalogs_creator/scripts
144146
export CI_DATA=skycatalogs_creator/data/ci

0 commit comments

Comments
 (0)