forked from M-Labs/artiq
conda: work around 'received dictionary as spec' conda bug
This commit is contained in:
parent
77d511dc37
commit
12a1a8ee97
|
@ -26,7 +26,7 @@ outputs:
|
|||
|
||||
requirements:
|
||||
build:
|
||||
- artiq-dev {{ "{tag} py_{number}+git{hash}".format(tag=environ["GIT_DESCRIBE_TAG"], number=environ["GIT_DESCRIBE_NUMBER"], hash=environ["GIT_FULL_HASH"][:8]) }}
|
||||
- artiq-dev {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG", "condabug"), number=environ["GIT_DESCRIBE_NUMBER"], hash=environ["GIT_FULL_HASH"][:8]) }}
|
||||
|
||||
about:
|
||||
home: https://m-labs.hk/artiq
|
||||
|
|
Loading…
Reference in New Issue