We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832b902 commit 5e459d1Copy full SHA for 5e459d1
.github/actions/setup-conda/action.yml
@@ -19,7 +19,7 @@ runs:
19
run: |
20
grep -q ' - pyarrow' ${{ inputs.environment-file }}
21
sed -i"" -e "s/ - pyarrow/ - pyarrow=${{ inputs.pyarrow-version }}/" ${{ inputs.environment-file }}
22
- echo ::group::{Environment Detail}
+ echo ::group::Patched environment.yml contents
23
cat ${{ inputs.environment-file }}
24
echo ::endgroup::
25
shell: bash
0 commit comments