Skip to content

Commit

Permalink
Specify BW 2 & 2.5 installations
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Dec 17, 2024
1 parent 2a90223 commit 2139a68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:

outputs:
- name: {{ name }}
script: python -m pip install --no-deps --ignore-installed .
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed ."
requirements:
host:
- python
Expand Down Expand Up @@ -47,7 +47,7 @@ outputs:
- unfold

- name: {{ name }}-bw25
script: python -m pip install --no-deps --ignore-installed .[bw25]
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed .[bw25]"
requirements:
host:
- python
Expand Down Expand Up @@ -78,7 +78,7 @@ outputs:
- unfold

- name: {{ name }}-bw2
script: python -m pip install --no-deps --ignore-installed .[bw2]
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed .[bw2]"
requirements:
host:
- python
Expand Down

0 comments on commit 2139a68

Please sign in to comment.