Skip to content

Commit

Permalink
Update book.yml.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 2, 2025
1 parent d8c8eb3 commit 6d4766f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions template/.github/workflows/book.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -13,42 +13,42 @@ jobs:
marimo:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${% raw %}{{ github.repository }}{% endraw %}]
uses: actions/checkout@v4
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0

- uses: cvxgrp/.github/actions/uv/marimo@main
- uses: cvxgrp/.github/actions/marimo@main
with:
source_folder: book/marimo

pdoc:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${% raw %}{{ github.repository }}{% endraw %}]
uses: actions/checkout@v4
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0

- uses: cvxgrp/.github/actions/uv/pdoc@main
- uses: cvxgrp/.github/actions/pdoc@main
with:
source-folder: src/{{ project_name }}


test:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${% raw %}{{ github.repository }}{% endraw %}]
uses: actions/checkout@v4
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0

- uses: cvxgrp/.github/actions/uv/coverage@main
- uses: cvxgrp/.github/actions/coverage@main
with:
tests-folder: src/tests
source-folder: src/{{ project_name }}

jupyter:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${% raw %}{{ github.repository }}{% endraw %}]
uses: actions/checkout@v4
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0

- uses: cvxgrp/.github/actions/uv/jupyter@main
- uses: cvxgrp/.github/actions/jupyter@main

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

0 comments on commit 6d4766f

Please sign in to comment.