Skip to content

Commit

Permalink
updated github actions workflow file.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhdamiani committed Feb 20, 2024
1 parent 7d772a2 commit 9649b4e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/conda_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: publish-to-conda
uses: fcakyon/conda-publish-action@v1.3
uses: fdiblen/anaconda-action@0.1.7
with:
subdir: 'conda-recipe'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
# subdir: 'conda-recipe'
channels: 'conda-forge'
anacondaToken: ${{ secrets.ANACONDA_TOKEN }}
# apparently this is no longer an option
channel_opts: '-c conda-forge'
envFileName: 'env.yml'
# channels: 'conda-forge'?

0 comments on commit 9649b4e

Please sign in to comment.