Skip to content

moving linalg into risk to reduce level of relative imports #542

moving linalg into risk to reduce level of relative imports

moving linalg into risk to reduce level of relative imports #542

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]
with:
extra_args: '--verbose --all-files'
test:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/coverage@main
# Uncomment once the package is public
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
with:
files: artifacts/tests/coverage/coverage.info
format: lcov
deptry:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/deptry@main