mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
fix: container to python
This commit is contained in:
parent
74d3c059b1
commit
ffd8a3582b
1 changed files with 1 additions and 7 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -96,18 +96,12 @@ jobs:
|
|||
|
||||
run-container:
|
||||
runs-on: ubuntu-latest
|
||||
container: node:18
|
||||
container: python:3.10-slim
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.2.2
|
||||
with:
|
||||
submodules: 'true'
|
||||
- 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: 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