File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,3 +91,22 @@ stages:
9191 hash: md5
9292 md5: b04cd12c7a8313853c8739a55f6320fe
9393 size: 2791
94+ _check-env-py:
95+ cmd: calkit check conda-env --file environment.yml --output .calkit/env-locks/py.yml
96+ deps:
97+ - path: environment.yml
98+ hash: md5
99+ md5: 4282ecbec6810eb293bdf62d7f956ffd
100+ size: 119
101+ outs:
102+ - path: .calkit/env-locks/py.yml
103+ hash: md5
104+ md5: 8119fb42c7e8531010248790fff169cf
105+ size: 2200
106+ _check-env-tex:
107+ cmd: calkit check docker-env texlive/texlive:latest-full -o .calkit/env-locks/tex.json
108+ outs:
109+ - path: .calkit/env-locks/tex.json
110+ hash: md5
111+ md5: b04cd12c7a8313853c8739a55f6320fe
112+ size: 2791
Original file line number Diff line number Diff line change 11stages :
2- _check_env_py :
2+ _check-env-py :
33 cmd : calkit check conda-env --file environment.yml --output .calkit/env-locks/py.yml
44 deps :
55 - environment.yml
88 cache : false
99 persist : true
1010 always_changed : true
11- _check_env_tex :
11+ _check-env-tex :
1212 cmd : calkit check docker-env texlive/texlive:latest-full -o .calkit/env-locks/tex.json
1313 deps : []
1414 outs :
You can’t perform that action at this time.
0 commit comments