Skip to content

Commit fdd15a5

Browse files
committed
FIX: Name
1 parent 43e47d5 commit fdd15a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/github_actions_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eo pipefail
44

55
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
6-
STD_ARGS="--progress-bar off --upgrade --only-binary=\"numpy,scipy,matplotlib,numba,llvmlite\""
6+
STD_ARGS="--progress-bar off --upgrade --only-binary=numpy,scipy,matplotlib,numba,llvmlite"
77
INSTALL_ARGS="-e"
88
if [ ! -z "$CONDA_ENV" ]; then
99
echo "Uninstalling MNE for CONDA_ENV=${CONDA_ENV}"

0 commit comments

Comments
 (0)