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 43e47d5 commit fdd15a5Copy full SHA for fdd15a5
1 file changed
tools/github_actions_dependencies.sh
@@ -3,7 +3,7 @@
3
set -eo pipefail
4
5
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
6
-STD_ARGS="--progress-bar off --upgrade --only-binary=\"numpy,scipy,matplotlib,numba,llvmlite\""
+STD_ARGS="--progress-bar off --upgrade --only-binary=numpy,scipy,matplotlib,numba,llvmlite"
7
INSTALL_ARGS="-e"
8
if [ ! -z "$CONDA_ENV" ]; then
9
echo "Uninstalling MNE for CONDA_ENV=${CONDA_ENV}"
0 commit comments