File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -91,3 +91,22 @@ stages:
91
91
hash: md5
92
92
md5: b04cd12c7a8313853c8739a55f6320fe
93
93
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 1
1
stages :
2
- _check_env_py :
2
+ _check-env-py :
3
3
cmd : calkit check conda-env --file environment.yml --output .calkit/env-locks/py.yml
4
4
deps :
5
5
- environment.yml
8
8
cache : false
9
9
persist : true
10
10
always_changed : true
11
- _check_env_tex :
11
+ _check-env-tex :
12
12
cmd : calkit check docker-env texlive/texlive:latest-full -o .calkit/env-locks/tex.json
13
13
deps : []
14
14
outs :
You can’t perform that action at this time.
0 commit comments