Skip to content

Commit

Permalink
change conda mambabuild to conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
Fancher committed Aug 4, 2023
1 parent 14f529a commit 78f27e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
conda activate PyRS
cd conda.recipe
# conda mambabuild --output-folder . . -c conda-forge -c mantid
conda build --output-folder . . -c conda-forge -c mantid
conda-build --output-folder . . -c conda-forge -c mantid
conda verify noarch/pyrs-*py*.tar.bz2
- name: Publish to Anaconda
Expand Down

0 comments on commit 78f27e7

Please sign in to comment.