mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-17 00:11:44 +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
|
name: Workflow for Codecov Action
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
permissions:
|
permissions:
|
||||||
|
|
@ -14,6 +15,9 @@ jobs:
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v4.2.2
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
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
|
- name: Install dependencies
|
||||||
run: pip install -r src/scripts/app/requirements.txt
|
run: pip install -r src/scripts/app/requirements.txt
|
||||||
- name: Run tests and collect coverage
|
- name: Run tests and collect coverage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue