forked from M-Labs/artiq
nix: do not make conda-board package depend on a specific ARTIQ version numbers
This commit is contained in:
parent
30fb7c1049
commit
aa17037193
|
@ -30,7 +30,7 @@ let
|
||||||
- site-packages
|
- site-packages
|
||||||
requirements:
|
requirements:
|
||||||
run:
|
run:
|
||||||
- artiq {{ "{tag} {number}+git{hash}".format(tag=environ["GIT_DESCRIBE_TAG"], number=environ["GIT_DESCRIBE_NUMBER"], hash=environ["GIT_FULL_HASH"][:8]) }}
|
- artiq
|
||||||
ignore_prefix_files: True
|
ignore_prefix_files: True
|
||||||
|
|
||||||
about:
|
about:
|
||||||
|
|
Loading…
Reference in New Issue