mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
fix: latex
This commit is contained in:
parent
577d2b9be0
commit
40aabc54e3
1 changed files with 4 additions and 0 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: Workflow for Codecov Action
|
||||
on: [push, pull_request]
|
||||
permissions:
|
||||
|
|
@ -14,6 +15,9 @@ jobs:
|
|||
uses: actions/checkout@v4.2.2
|
||||
with:
|
||||
submodules: 'true'
|
||||
# pip needs LaTeX? https://github.com/actions/setup-python/issues/821#issuecomment-2078641947
|
||||
- name: Install LaTeX
|
||||
run: sudo apt-get install -y texlive-full
|
||||
- name: Install dependencies
|
||||
run: pip install -r src/scripts/app/requirements.txt
|
||||
- name: Run tests and collect coverage
|
||||
|
|
|
|||
Loading…
Reference in a new issue