Skip to content

Commit

Permalink
Update book.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 6, 2025
1 parent 658081c commit a051051
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment/uv@v2.1.2
uses: cvxgrp/.github/actions/environment@v2.2.1

- uses: cvxgrp/.github/actions/marimo@v2.1.2

pdoc:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment/uv@v2.1.2
uses: cvxgrp/.github/actions/environment@v2.2.1

- uses: cvxgrp/.github/actions/pdoc@v2.1.2

test:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment/uv@v2.1.2
uses: cvxgrp/.github/actions/environment@v2.2.1

- uses: cvxgrp/.github/actions/coverage@v2.1.2

jupyter:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment/uv@v2.1.2
uses: cvxgrp/.github/actions/environment@v2.2.1

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

Expand Down

0 comments on commit a051051

Please sign in to comment.