Skip to content

Commit

Permalink
Update book.yml.jinja (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 7, 2025
1 parent a910ffd commit 96d1116
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/environment@v2.2.1

- uses: cvxgrp/.github/actions/marimo@v2.1.1
- uses: cvxgrp/.github/actions/marimo@v2.2.1
with:
source_folder: book/marimo

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

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

- uses: cvxgrp/.github/actions/jupyter@v2.1.1
- uses: cvxgrp/.github/actions/jupyter@v2.2.1

book:
runs-on: "ubuntu-latest"
Expand All @@ -61,4 +61,4 @@ jobs:
steps:
- name: Upload the book
if: ${% raw %}{{ env.ACT != 'true' }}{% endraw %} # Skip if running with 'act'
uses: cvxgrp/.github/actions/book@v2.1.1
uses: cvxgrp/.github/actions/book@v2.2.1

0 comments on commit 96d1116

Please sign in to comment.