Skip to content

Commit 6194310

Browse files
committed
Rerun
1 parent 330c8f3 commit 6194310

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

dvc.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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

dvc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
stages:
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
@@ -8,7 +8,7 @@ stages:
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:

0 commit comments

Comments
 (0)