forked from M-Labs/artiq
add missing artiq-dev.yaml
This commit is contained in:
parent
55f217ceef
commit
bf86828445
|
@ -0,0 +1,9 @@
|
|||
# conda description for an environment to build and develop artiq
|
||||
# $ conda env create -f conda/artiq-dev.yml
|
||||
name: artiq-dev
|
||||
channels:
|
||||
- m-labs/label/main
|
||||
- m-labs/label/dev
|
||||
- defaults
|
||||
dependencies:
|
||||
- artiq-dev
|
Loading…
Reference in New Issue