Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use noarch: python (with __win requirement) #24

Merged
merged 8 commits into from
Oct 26, 2022
2 changes: 2 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ conda_forge_output_validation: true
github:
branch_name: main
tooling_branch_name: main
noarch_platforms:
- win_64
ocefpaf marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 2 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
noarch_platform:
- win # [win]
jakirkham marked this conversation as resolved.
Show resolved Hide resolved
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ source:

build:
number: 1008
skip: true # [not win]
noarch: python

requirements:
host:
- python
run:
- python
- __win

test:
imports:
Expand Down