We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9943126 commit 61b3dabCopy full SHA for 61b3dab
scripts/macpython-build-wheels.sh
@@ -181,5 +181,5 @@ for VENV in "${VENVS[@]}"; do
181
(cd $HOME && ${VENV}/bin/python -c 'import itk;')
182
(cd $HOME && ${VENV}/bin/python -c 'import itk; image = itk.Image[itk.UC, 2].New()')
183
(cd $HOME && ${VENV}/bin/python -c 'import itkConfig; itkConfig.LazyLoading = False; import itk;')
184
- (cd $HOME && ${PYBIN}/python ${SCRIPT_DIR}/../docs/code/testDriver.py )
+ (cd $HOME && ${VENV}/bin/python ${SCRIPT_DIR}/../docs/code/testDriver.py )
185
done
0 commit comments