We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e0b56 commit 820ca80Copy full SHA for 820ca80
.github/workflows/llvmlite_linux-64_conda_builder.yml
@@ -59,7 +59,7 @@ jobs:
59
fi
60
CONDA_CHANNEL_DIR="conda_channel_dir"
61
mkdir $CONDA_CHANNEL_DIR
62
- conda build --debug -c $LLVMDEV_CHANNEL -c defaults --python=${{ matrix.python-version }} conda-recipes/llvmlite --output-folder=$CONDA_CHANNEL_DIR --no-test
+ conda build --debug -c "$LLVMDEV_CHANNEL" -c defaults --python=${{ matrix.python-version }} conda-recipes/llvmlite --output-folder=$CONDA_CHANNEL_DIR --no-test
63
64
- name: Upload llvmlite conda package
65
uses: actions/upload-artifact@v4
0 commit comments