Skip to content

Commit

Permalink
For some reason 'conda run -n base' isn't setting the path properly
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Oct 21, 2024
1 parent 0b0a901 commit c10f0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ sed_runner "s|branch-${CURRENT_SHORT_TAG}|branch-${NEXT_SHORT_TAG}|g" manifest.y
sed_runner "s/mrc=${CURRENT_SHORT_TAG}/mrc=${NEXT_SHORT_TAG}/g" dependencies.yaml

# Generate the environment files based upon the updated dependencies.yaml
conda run -n base --live-stream rapids-dependency-file-generator
rapids-dependency-file-generator

# examples/digital_fingerprinting
sed_runner "s/v${CURRENT_FULL_VERSION}-runtime/v${NEXT_FULL_VERSION}-runtime/g" \
Expand Down

0 comments on commit c10f0ba

Please sign in to comment.