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 247a85e commit 481c607Copy full SHA for 481c607
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
-ONLY_BINARY_ARG="--only-binary=numpy,scipy,matplotlib,numba,llvmlite"
+ONLY_BINARY_ARG="--only-binary=numpy,scipy,matplotlib,numba,llvmlite,antio"
7
STD_ARGS="--progress-bar off --upgrade"
8
INSTALL_ARGS="-e"
9
if [ ! -z "$CONDA_ENV" ]; then
0 commit comments