Skip to content

Commit

Permalink
Merge pull request #5 from Ethyling/fix-size-checker
Browse files Browse the repository at this point in the history
Remove activation of rapids conda env
  • Loading branch information
jjacobelli authored Sep 12, 2022
2 parents a540ed4 + 92d9c96 commit 155f28f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/rapids-size-checker
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ trap 'rm -f ${diff_files} ${large_files}' EXIT
filesize_limit=5242880
retval=0

# Activate rapids environment for Git LFS access
# shellcheck disable=SC1091
. /opt/conda/etc/profile.d/conda.sh
conda activate rapids

# Get list of files changed in current PR
git fetch origin
git diff --name-only origin/"${base_branch}"..HEAD > "${diff_files}"
Expand Down

0 comments on commit 155f28f

Please sign in to comment.