Skip to content

Commit

Permalink
Update book.yml (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 6, 2025
1 parent 658081c commit f0a64c7
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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

Expand Down

0 comments on commit f0a64c7

Please sign in to comment.