Skip to content

Commit

Permalink
don't filter out libs whose names don't exactly match our libs to exc…
Browse files Browse the repository at this point in the history
…lude
  • Loading branch information
trxcllnt committed Jul 21, 2023
1 parent 9c72da8 commit e8b2e5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ make_conda_env() {
| grep -v '^name:' \
| grep -v -P '^(.*?)\-(.*?)rapids-(.*?)$' \
| grep -v -P '^(.*?)\-(.*?)(\.git\@[^(main|master)])(.*?)$' \
| grep -v -P "^(.*?)\-(.*?)($(rapids-join-strings "|" ${conda_noinstall[@]}))(.*?)$" \
| grep -v -P "^(.*?)\-(.*?)($(rapids-join-strings "|" ${conda_noinstall[@]}))$" \
> "${new_env_path}";

rm ${conda_env_yamls[@]};
Expand Down

0 comments on commit e8b2e5d

Please sign in to comment.