mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 12:07:25 +00:00
fix: latex in the container
This commit is contained in:
parent
40aabc54e3
commit
90b0b6d274
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -15,9 +15,6 @@ 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
|
||||
|
|
@ -108,6 +105,9 @@ jobs:
|
|||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
# 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