Skip to content

Commit 750bb63

Browse files
committed
[GEOPY-2809] use version from conda recipe when building local package
1 parent c5fe8d9 commit 750bb63

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

recipe.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ source:
1717
build:
1818
number: 0
1919
noarch: python
20-
script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
20+
script:
21+
env:
22+
POETRY_DYNAMIC_VERSIONING_BYPASS: "${{ version }}"
23+
content:
24+
${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
2125

2226
requirements:
2327
host:

0 commit comments

Comments
 (0)