Skip to content

Commit

Permalink
pre-commit updates in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 2, 2025
1 parent c4566ca commit 1d93c88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions template/.github/workflows/book.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0

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

Expand All @@ -26,7 +26,7 @@ jobs:
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0

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

Expand All @@ -37,7 +37,7 @@ jobs:
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0

- uses: cvxgrp/.github/actions/coverage@main
- uses: cvxgrp/.github/actions/coverage@v2.1.0
with:
tests-folder: src/tests
source-folder: src/{{ project_name }}
Expand All @@ -48,7 +48,7 @@ jobs:
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0

- uses: cvxgrp/.github/actions/jupyter@main
- uses: cvxgrp/.github/actions/jupyter@v2.1.0

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

0 comments on commit 1d93c88

Please sign in to comment.