Skip to content

Commit

Permalink
Test conda-build upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ssun30 committed Nov 22, 2024
1 parent 6130013 commit 2dd5da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "CONDA_TOKEN=$CONDA_TOKEN" >> $GITHUB_ENV
# Conditionally add the --token and --user flags for stable branches
if [[ "${GITHUB_REF}" == "refs/heads/stable" ]]; then
if [[ "${GITHUB_REF}" == "refs/heads/fix_conda_build" ]]; then
conda-build --token "$CONDA_TOKEN" --user rmg .conda
else
conda-build .conda
Expand Down

0 comments on commit 2dd5da6

Please sign in to comment.