Skip to content

Commit

Permalink
added texlive-latex-extra for missing style files (#1176)
Browse files Browse the repository at this point in the history
* added texlive-latex-extra for missing style files

* Fix deps

Co-authored-by: Itay Gabbay <itay@deepchecks.com>
  • Loading branch information
shivshankardayal and ItayGabbay committed Apr 4, 2022
1 parent ddf6d57 commit 3fe0c83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
with:
requirements: 'requirements-all.txt'
fail: 'Copyleft,Other,Error'
exclude: '(pyzmq.*22\.3\.0|debugpy.*1\.6\.0|certifi.*2021\.10\.8|tqdm.*4\.63\.1|webencodings.*0\.5\.1|torch.*1\.10\.2.*|torchaudio.*0\.10\.2.*|torchvision.*0\.11\.3.*)'
exclude: '(pyzmq.*22\.3\.0|debugpy.*1\.6\.0|certifi.*2021\.10\.8|tqdm.*4\.64\.0|webencodings.*0\.5\.1|torch.*1\.10\.2.*|torchaudio.*0\.10\.2.*|torchvision.*0\.11\.3.*)'
# pyzmq is Revised BSD https://github.com/zeromq/pyzmq/blob/main/examples/LICENSE
# debugpy is MIT https://github.com/microsoft/debugpy/blob/main/LICENSE
# certifi is MPL-2.0 https://github.com/certifi/python-certifi/blob/master/LICENSE
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install pandoc
run: |
sudo apt-get update
sudo apt-get install pandoc dvisvgm texlive
sudo apt-get install pandoc dvisvgm texlive texlive-latex-extra
- name: Build documentation
run: make docs

Expand Down Expand Up @@ -78,4 +78,4 @@ jobs:
token: ${{ secrets.DEEPCHECKS_CI_TOKEN }}

- name: Push documentation
run: deepchecks/.github/scripts/push_docs.sh
run: deepchecks/.github/scripts/push_docs.sh

0 comments on commit 3fe0c83

Please sign in to comment.