Skip to content

probably fully functional MVP ensemble fitter with L2 norm; analytica… #9

probably fully functional MVP ensemble fitter with L2 norm; analytica…

probably fully functional MVP ensemble fitter with L2 norm; analytica… #9

Workflow file for this run

name: build
on:
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: python -m pip install .[test] --upgrade pip
- name: Test with pytest
run: pytest --cov=./ --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ihmeuw-msca/pypkg