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

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

- uses: cvxgrp/.github/actions/[email protected]

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

- uses: cvxgrp/.github/actions/[email protected]

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

- uses: cvxgrp/.github/actions/[email protected]

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

- uses: cvxgrp/.github/actions/[email protected]

Expand Down

0 comments on commit 19c01f8

Please sign in to comment.