Skip to content

Commit

Permalink
debug: build only pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 9, 2023
1 parent 97bd0f2 commit 08c81d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ build:
- {{ PYTHON }} -m pip install -vv --no-deps --ignore-installed . # [not unix]
- {{ PYTHON }} -m pip install -vv --no-deps --ignore-installed . --global-option="build_ext" --global-option="-j1" --no-use-pep517 # [unix]
skip: true # [py<38]
# debug: only pypy
skip: true # [python_impl != "pypy"]

requirements:
build:
Expand Down

0 comments on commit 08c81d7

Please sign in to comment.