We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958ff81 commit 53e9d5dCopy full SHA for 53e9d5d
.github/actions/setup-conda/action.yml
@@ -18,5 +18,5 @@ runs:
18
- name: Uninstall pyarrow
19
if: ${{ env.REMOVE_PYARROW == '1' }}
20
run: |
21
- micromamba uninstall -y pyarrow
+ micromamba remove -y pyarrow
22
shell: bash -el {0}
0 commit comments