Skip to content

Commit 61b3dab

Browse files
committed
macpython: Fix python path for running the test script
1 parent 9943126 commit 61b3dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/macpython-build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ for VENV in "${VENVS[@]}"; do
181181
(cd $HOME && ${VENV}/bin/python -c 'import itk;')
182182
(cd $HOME && ${VENV}/bin/python -c 'import itk; image = itk.Image[itk.UC, 2].New()')
183183
(cd $HOME && ${VENV}/bin/python -c 'import itkConfig; itkConfig.LazyLoading = False; import itk;')
184-
(cd $HOME && ${PYBIN}/python ${SCRIPT_DIR}/../docs/code/testDriver.py )
184+
(cd $HOME && ${VENV}/bin/python ${SCRIPT_DIR}/../docs/code/testDriver.py )
185185
done

0 commit comments

Comments
 (0)