Skip to content

Commit

Permalink
Fix mamba build
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Aug 29, 2024
1 parent 4ded8e7 commit 8c21721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
shell: bash -l {0}
run: |
mamba install conda-build
mamba build -q conda-recipe --python=${{ matrix.python-version }} --output-folder bld-dir
conda mambabuild -q conda-recipe --python=${{ matrix.python-version }} --output-folder bld-dir
1 change: 1 addition & 0 deletions dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- pytest
- pre-commit
- black
- boa

# docs requirements
- mkdocs
Expand Down

0 comments on commit 8c21721

Please sign in to comment.