Skip to content

Commit

Permalink
ipynb: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Dec 30, 2023
1 parent d76e70c commit 471e742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# TODO: caching
- name: Install APT packages
run: |
sudo apt -qq install -y g++ libboost-all-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev graphviz doxygen libtinfo-dev zlib1g-dev texinfo unzip device-tree-compiler pandoc
sudo apt -qq install -y g++ libboost-all-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev graphviz doxygen libtinfo-dev zlib1g-dev texinfo unzip device-tree-compiler pandoc texlive-xetex texlive-fonts-recommended texlive-plain-generic
sudo apt -qq install -y ninja-build flex
sudo apt remove clang-11* llvm-11*
- name: Run Notebooks
Expand Down

0 comments on commit 471e742

Please sign in to comment.