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 8870852 commit 19c01f8
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,45 @@ on:
- push

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

marimo:
runs-on: "ubuntu-latest"
needs: [setup]
steps:
#- name: "Build the virtual environment for ${{ github.repository }}"
# uses: cvxgrp/.github/actions/environment@v2.2.1

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

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

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

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

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

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

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

Expand Down

0 comments on commit 19c01f8

Please sign in to comment.