File tree Expand file tree Collapse file tree 2 files changed +4
-27
lines changed Expand file tree Collapse file tree 2 files changed +4
-27
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,7 @@ stages:
5353 size: 45148
5454 nfiles: 2
5555 build-paper:
56- cmd: calkit xenv -n tex --no-check -- latexmk -cd -norc
57- -interaction=nonstopmode -silent -synctex=1 -pdf paper/paper.tex
56+ cmd: calkit latex build -e tex --no-check paper/paper.tex
5857 deps:
5958 - path: .calkit/env-locks/tex
6059 hash: md5
@@ -73,8 +72,8 @@ stages:
7372 outs:
7473 - path: paper/paper.pdf
7574 hash: md5
76- md5: c8e91c13f1bd19d0a1a35c131ec9b68c
77- size: 94469
75+ md5: 17ed665410daa2c5cf2eb9a9c0c9bbc6
76+ size: 94435
7877 _check_env_py:
7978 cmd: calkit check conda-env --file environment.yml --output
8079 .calkit/env-locks/py.yml
Original file line number Diff line number Diff line change 11stages :
2- _check-env-py :
3- cmd : calkit check environment --name py
4- deps :
5- - requirements.txt
6- outs :
7- - .calkit/env-locks/py :
8- cache : false
9- persist : true
10- always_changed : true
11- desc : Automatically generated by Calkit. Changes made here will be
12- overwritten.
13- _check-env-tex :
14- cmd : calkit check environment --name tex
15- deps : []
16- outs :
17- - .calkit/env-locks/tex :
18- cache : false
19- persist : true
20- always_changed : true
21- desc : Automatically generated by Calkit. Changes made here will be
22- overwritten.
232 collect-data :
243 cmd : calkit xenv -n py --no-check -- python
254 scripts/collect-data.py
@@ -42,8 +21,7 @@ stages:
4221 desc : Automatically generated from the 'plot-voltage' stage in
4322 calkit.yaml. Changes made here will be overwritten.
4423 build-paper :
45- cmd : calkit xenv -n tex --no-check -- latexmk -cd -norc
46- -interaction=nonstopmode -silent -synctex=1 -pdf paper/paper.tex
24+ cmd : calkit latex build -e tex --no-check paper/paper.tex
4725 deps :
4826 - paper/paper.tex
4927 - figures
You can’t perform that action at this time.
0 commit comments