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 c6168de commit 29e2760Copy full SHA for 29e2760
tools/ci/env.sh
@@ -10,7 +10,7 @@ NIGHTLY_WHEELS="https://pypi.anaconda.org/scipy-wheels-nightly/simple"
10
STAGING_WHEELS="https://pypi.anaconda.org/multibuild-wheels-staging/simple"
11
PRE_PIP_FLAGS="--pre --extra-index-url $NIGHTLY_WHEELS --extra-index-url $STAGING_WHEELS"
12
13
-for CONF in (/etc/fsl/fsl.sh /etc/afni/afni.sh); do
+for CONF in /etc/fsl/fsl.sh /etc/afni/afni.sh; do
14
if [ -r $CONF ]; then source $CONF; fi
15
done
16
0 commit comments