Skip to content

Commit

Permalink
Fix: Conda manual build
Browse files Browse the repository at this point in the history
  • Loading branch information
kayjan committed Oct 27, 2023
1 parent 33618ac commit 5e11320
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/conda-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
# git add -A
# git commit -m "Re-render recipe"
# git push
- name: publish-to-conda
- name: Set up Conda
run: |
conda install -c conda-forge conda-build
- name: Publish to conda
run: |
cd conda
conda build -c conda-forge --output-folder . .
Expand Down

0 comments on commit 5e11320

Please sign in to comment.