Skip to content

Commit

Permalink
add conda-build to conda workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed Oct 3, 2024
1 parent f270ee5 commit 92c779e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
channel-priority: strict
- name: Install dependencies
run: |
conda install -c conda-forge conda-verify
conda install -c conda-forge conda-build conda-verify
which python
pip list
Expand Down

0 comments on commit 92c779e

Please sign in to comment.