Skip to content

Commit

Permalink
fix: trying to use bash to recognise anaconda command
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose authored Mar 14, 2023
1 parent e53369a commit 1ce8e32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ jobs:
password: ${{ secrets.PYPI_PASSWORD }}
- uses: conda-incubator/setup-miniconda@v2
- name: upload all files to conda-forge
shell: bash -l {0}
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
Expand Down

0 comments on commit 1ce8e32

Please sign in to comment.