Skip to content

Commit

Permalink
Fix build failure (#783)
Browse files Browse the repository at this point in the history
* add channel to mambabuild

Co-authored-by: Cagtay Fabry <43667554+CagtayFabry@users.noreply.github.com>
  • Loading branch information
vhirtham and CagtayFabry authored Jul 14, 2022
1 parent c9d4fc2 commit 225395a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: conda list

- name: Build from local conda recipe
run: conda mambabuild .
run: conda mambabuild -c conda-forge .

pypi:
if: |
Expand Down

0 comments on commit 225395a

Please sign in to comment.