Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ source:
path: ../

build:
# See https://github.com/conda/conda-build/issues/3956#issuecomment-845711269.
ignore_run_exports:
- python_abi
include_recipe: False
script: "uv pip install ."

Expand All @@ -17,7 +20,8 @@ requirements:
- python
- "uv {{ pyproject["tool"]["uv"]["required-version"] }}"
run:
- python # See https://github.com/activeviam/jdk4py/issues/34.
# See https://github.com/activeviam/jdk4py/issues/34.
- python

test:
source_files:
Expand Down
Loading