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 6, 2025
1 parent f9347f5 commit 4b12f10
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 @@ -14,7 +14,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.1
uses: cvxgrp/.github/actions/environment@v2.2.1

- uses: cvxgrp/.github/actions/marimo@v2.1.1
with:
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.1
uses: cvxgrp/.github/actions/environment@v2.2.1

- uses: cvxgrp/.github/actions/pdoc@v2.1.1
with:
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.1
uses: cvxgrp/.github/actions/environment@v2.2.1

- uses: cvxgrp/.github/actions/coverage@v2.1.1
with:
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.1
uses: cvxgrp/.github/actions/environment@v2.2.1

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

Expand Down

0 comments on commit 4b12f10

Please sign in to comment.