Skip to content

Commit

Permalink
fixing pdoc and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 20, 2025
1 parent ce0d661 commit 61b4016
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: cvxgrp/.github/actions/[email protected]

- uses: cvxgrp/.github/actions/[email protected]
with:
source-folder: 'src/cvx'

test:
runs-on: "ubuntu-latest"
Expand All @@ -27,6 +29,9 @@ jobs:
uses: cvxgrp/.github/actions/[email protected]

- uses: cvxgrp/.github/actions/[email protected]
with:
tests-folder: 'src/tests'
source-folder: 'src/cvx'

jupyter:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 61b4016

Please sign in to comment.