conda: work around 'received dictionary as spec' conda bug

pull/1136/head
Sebastien Bourdeauducq 2018-08-18 23:15:59 +08:00
parent d1d26e2aa3
commit d6992f6a0c
1 changed files with 1 additions and 1 deletions

View File

@ -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