Skip to content

Commit

Permalink
Fixed linting issues, added noarch python, and added space between py…
Browse files Browse the repository at this point in the history
…thon =3.12
  • Loading branch information
MichaelBarnett committed Nov 19, 2024
1 parent 95e898d commit e32ff05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/commec/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ source:

build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
run_exports:
- {{ pin_subpackage('commec', max_pin="x.x.x") }}

requirements:
host:
- python=3.12
- python =3.12
- pip
run:
# Runtime Python dependencies
Expand Down

0 comments on commit e32ff05

Please sign in to comment.