Skip to content

Commit

Permalink
fix: install latex2mathml
Browse files Browse the repository at this point in the history
  • Loading branch information
cuppajoeman committed Oct 6, 2024
1 parent 7140e0f commit 8bd8e3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/openmath.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
run: |
pip install beautifulsoup4
- name: Install latex2mathml
run: |
pip install latex2mathml
- name: Run Custom Script
run: |
cd scripts/precompiled_html_generation_new/
Expand Down

0 comments on commit 8bd8e3a

Please sign in to comment.