Skip to content

Commit

Permalink
update conda recipe test command
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Aug 16, 2023
1 parent 840f809 commit b5d3477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,14 @@ jobs:
fetch-depth: 0
- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
# uses: mamba-org/provision-with-micromamba@main
with:
cache-downloads: true
cache-environment: true
environment-name: build-env
condarc: |
channels:
- conda-forge
create-args: >- # script dependencies
create-args: >-
boa
- name: linux conda build
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test:
- {{ dep.replace('torch', 'pytorch').lower() }}
{% endfor %}
commands:
- pytest .
- python -m unittest discover

about:
home: https://github.com/bioimage-io/spec-bioimage-io
Expand Down

0 comments on commit b5d3477

Please sign in to comment.