Skip to content

Commit 1ce8e32

Browse files
authored
fix: trying to use bash to recognise anaconda command
1 parent e53369a commit 1ce8e32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ jobs:
176176
password: ${{ secrets.PYPI_PASSWORD }}
177177
- uses: conda-incubator/setup-miniconda@v2
178178
- name: upload all files to conda-forge
179+
shell: bash -l {0}
179180
env:
180181
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
181182
run: |

0 commit comments

Comments
 (0)