Skip to content

Commit

Permalink
CI: don't install KaTeX binary (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored May 2, 2024
1 parent 54e8677 commit 77aab65
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/katex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
node-version: '20.0'
python-version: '3.10'
sphinx-version: '5.*'
katex-version: '0.16.10'
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macOS-latest ]
Expand All @@ -32,10 +31,6 @@ jobs:
with:
python-version: ${{ env.python-version }}

- name: Prepare KaTeX server
run: |
npm install --global katex@${{ env.katex-version }}
- name: Set up Sphinx ${{ env.sphinx-version }}
run: |
python -V
Expand All @@ -45,5 +40,4 @@ jobs:
- name: Tests
run: |
katex -V
python -m sphinx docs docs/_build/ -b html -W -C -D master_doc=index -D extensions=sphinxcontrib.katex -D katex_prerender=1

0 comments on commit 77aab65

Please sign in to comment.