We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5547cd4 commit f025069Copy full SHA for f025069
.github/workflows/cache.yml
@@ -18,6 +18,22 @@ jobs:
18
python-version: "3.11"
19
environment-file: environment.yml
20
activate-environment: quantecon
21
+ - name: graphviz Support # TODO: required?
22
+ run: |
23
+ sudo apt-get -qq update && sudo apt-get install -y graphviz
24
+ - name: Install latex dependencies
25
26
+ sudo apt-get -qq update
27
+ sudo apt-get install -y \
28
+ texlive-latex-recommended \
29
+ texlive-latex-extra \
30
+ texlive-fonts-recommended \
31
+ texlive-fonts-extra \
32
+ texlive-xetex \
33
+ latexmk \
34
+ xindy \
35
+ dvipng \
36
+ cm-super
37
- name: Build HTML
38
shell: bash -l {0}
39
run: |
0 commit comments