Skip to content

Commit

Permalink
Merge branch 'main' into pdf_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikfo committed Jan 28, 2025
2 parents 2580264 + 6eee6d3 commit cd2f901
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
pip install ruff
ruff check leakpro --exclude examples,leakpro/tests
- name: Install PDF compiling tool
run: |
sudo apt update ; sudo apt install -y texlive-latex-base
- name: Install pytest and pytest-cov
run: |
pip install pytest pytest-cov pytest-mock coverage-badge
Expand All @@ -47,4 +51,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: badges
folder: badges

0 comments on commit cd2f901

Please sign in to comment.