forked from M-Labs/artiq
conda: work around 'received dictionary as spec' conda bug
This commit is contained in:
parent
d1d26e2aa3
commit
d6992f6a0c
|
@ -26,7 +26,7 @@ outputs:
|
|||
|
||||
requirements:
|
||||
build:
|
||||
- artiq-dev {{ "{tag} {number}+git{hash}".format(tag=environ["GIT_DESCRIBE_TAG"], number=environ["GIT_DESCRIBE_NUMBER"], hash=environ["GIT_FULL_HASH"][:8]) }}
|
||||
- artiq-dev {{ "{tag} {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