Skip to content

Commit 481c607

Browse files
committed
FIX: Dont build
1 parent 247a85e commit 481c607

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-
ONLY_BINARY_ARG="--only-binary=numpy,scipy,matplotlib,numba,llvmlite"
6+
ONLY_BINARY_ARG="--only-binary=numpy,scipy,matplotlib,numba,llvmlite,antio"
77
STD_ARGS="--progress-bar off --upgrade"
88
INSTALL_ARGS="-e"
99
if [ ! -z "$CONDA_ENV" ]; then

0 commit comments

Comments
 (0)