"git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "cb49550486ef145a4ebc6352ac956bbeee3096eb"
Unverified Commit 4c57e1ba authored by Eli Uriegas's avatar Eli Uriegas Committed by GitHub
Browse files

packaging: Ensure we're propagating BUILD_VERSION (#1697)



BUILD_VERSION gets set by upstream scripts and should be available
whenever we're attempting to build audio in conda environments.

This solves the issue where conda packages appeared to be building a
development version instead of the actual version we were targeting
Signed-off-by: default avatarEli Uriegas <eliuriegas@fb.com>
parent 2e1df525
...@@ -27,6 +27,8 @@ requirements: ...@@ -27,6 +27,8 @@ requirements:
build: build:
string: py{{py}} string: py{{py}}
script_env:
- BUILD_VERSION
test: test:
imports: imports:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment