Skip to content

Commit

Permalink
fixup! feat: Add support for math notation in kramdown-rfc
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Aug 14, 2023
1 parent 48fc863 commit 2dd35d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
sudo make install
which utftex
echo $PATH
ls *
# Python
- name: Set up Python 3.10
Expand Down Expand Up @@ -85,6 +84,8 @@ jobs:
PATH: $PATH:/bin:./node_modules/.bin/
LD_LIBRARY_PATH: /usr/local/lib
run: |
echo $PATH
which utftex
coverage run -m unittest discover tests
coverage xml
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 2dd35d8

Please sign in to comment.