Skip to content

Commit 3938180

Browse files
committed
[GEOPY-2809] add --no-build-isolation as instructed by pixi doc for rattler recipe
1 parent 0454f3d commit 3938180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build:
2121
env:
2222
POETRY_DYNAMIC_VERSIONING_BYPASS: "${{ version }}"
2323
content:
24-
${{ PYTHON }} -m pip install .[dask] -vv --no-deps
24+
${{ PYTHON }} -m pip install .[dask] -vv --no-deps --no-build-isolation
2525

2626
requirements:
2727
host:

0 commit comments

Comments
 (0)