Skip to content

Commit d73fa6c

Browse files
committed
check pickled environment failure
1 parent 5fb9403 commit d73fa6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/collab.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
- uses: actions/checkout@v4
1111
with:
1212
ref: ${{ github.event.pull_request.head.sha }}
13+
# Install build software
14+
- name: Install Build Software & LaTeX (kalman_2)
15+
shell: bash -l {0}
16+
run: |
17+
pip install jupyter-book==1.0.3 quantecon-book-theme==0.8.2 sphinx-tojupyter==0.3.0 sphinxext-rediraffe==0.2.7 sphinxcontrib-youtube==1.3.0 sphinx-togglebutton==0.3.2 arviz sphinx-proof sphinx-exercise sphinx-reredirects
18+
apt-get install dvipng texlive texlive-latex-extra texlive-fonts-recommended cm-super
1319
- name: Check nvidia drivers
1420
shell: bash -l {0}
1521
run: |
@@ -28,12 +34,6 @@ jobs:
2834
branch: main
2935
name: build-cache
3036
path: _build
31-
# Install build software
32-
- name: Install Build Software & LaTeX (kalman_2)
33-
shell: bash -l {0}
34-
run: |
35-
pip install jupyter-book==1.0.3 quantecon-book-theme==0.8.2 sphinx-tojupyter==0.3.0 sphinxext-rediraffe==0.2.7 sphinxcontrib-youtube==1.3.0 sphinx-togglebutton==0.3.2 arviz sphinx-proof sphinx-exercise sphinx-reredirects
36-
apt-get install dvipng texlive texlive-latex-extra texlive-fonts-recommended cm-super
3737
# Build of HTML (Execution Testing)
3838
- name: Build HTML
3939
shell: bash -l {0}

0 commit comments

Comments
 (0)