Skip to content

Commit

Permalink
properly do noarch
Browse files Browse the repository at this point in the history
  • Loading branch information
akhmerov committed Jan 20, 2024
1 parent 516f37f commit 53e5d4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ source:

build:
number: 3
noarch: python

outputs:
- name: {{ name }}
build:
script: python -m pip install . -vv
noarch: python
requirements:
host:
- pip
Expand All @@ -37,6 +37,8 @@ outputs:

# alias to deprecate the jupyter_sphinx feedstock
- name: jupyter_sphinx
build:
noarch: python
requirements:
run:
- {{ pin_subpackage(name, exact=True) }}
Expand Down

0 comments on commit 53e5d4f

Please sign in to comment.