Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed Feb 1, 2025
1 parent 650030d commit f38ce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llvmlite_linux-64_conda_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
fi
CONDA_CHANNEL_DIR="conda_channel_dir"
mkdir $CONDA_CHANNEL_DIR
conda build --debug -c $LLVMDEV_CHANNEL --python=${{ matrix.python-version }} -c defaults conda-recipes/llvmlite" --output-folder=$CONDA_CHANNEL_DIR
conda build --debug -c $LLVMDEV_CHANNEL -c defaults --python=${{ matrix.python-version }} conda-recipes/llvmlite --output-folder=$CONDA_CHANNEL_DIR
- name: Upload llvmlite conda package
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f38ce47

Please sign in to comment.