Skip to content

Commit

Permalink
Fix conda_build_config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Dec 18, 2024
1 parent a2fb7ff commit 2712db3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
export VERSION=`date +%Y.%m.%d`
# Build the package with all variants
conda build conda/ --noarch --old-build-string
conda build conda/ --old-build-string
# List built .tar.bz2 and .conda packages
BUILT_PACKAGES=$(find $CONDA_BLD_PATH -type f \( -name "*.tar.bz2" -o -name "*.conda" \))
Expand Down
6 changes: 6 additions & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ build:

outputs:
- name: {{ name }}
build:
noarch: python
requirements:
host:
- python
Expand Down Expand Up @@ -43,6 +45,8 @@ outputs:
- unfold

- name: {{ name }}-bw25
build:
noarch: python
requirements:
host:
- python
Expand Down Expand Up @@ -73,6 +77,8 @@ outputs:
- unfold

- name: {{ name }}-bw2
build:
noarch: python
requirements:
host:
- python
Expand Down

0 comments on commit 2712db3

Please sign in to comment.