Skip to content

Commit 5e459d1

Browse files
authored
Update action.yml
1 parent 832b902 commit 5e459d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-conda/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
run: |
2020
grep -q ' - pyarrow' ${{ inputs.environment-file }}
2121
sed -i"" -e "s/ - pyarrow/ - pyarrow=${{ inputs.pyarrow-version }}/" ${{ inputs.environment-file }}
22-
echo ::group::{Environment Detail}
22+
echo ::group::Patched environment.yml contents
2323
cat ${{ inputs.environment-file }}
2424
echo ::endgroup::
2525
shell: bash

0 commit comments

Comments
 (0)