Skip to content

Commit b722deb

Browse files
uninstall -> remove
1 parent 2045bd5 commit b722deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/actions/setup-conda/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ runs:
1818
- name: Uninstall pyarrow
1919
if: ${{ env.REMOVE_PYARROW == '1' }}
2020
run: |
21-
micromamba uninstall -y pyarrow
21+
micromamba remove -y pyarrow
2222
shell: bash -el {0}

0 commit comments

Comments
 (0)