Skip to content

Commit

Permalink
conda: Deactivate Windows build
Browse files Browse the repository at this point in the history
The build throws a large number of errors that hint at some missing C++
features. e.g. `not` seems to be missing.

Signed-off-by: Johannes Demel <[email protected]>
  • Loading branch information
jdemel committed Jan 25, 2023
1 parent 5d3b6b9 commit b530af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ source:
git_url: {{ environ.get('FEEDSTOCK_ROOT', "../..") }} # [os.environ.get("CI")]

build:
skip: True # [win]
number: 0

requirements:
Expand Down

0 comments on commit b530af2

Please sign in to comment.