Skip to content

511 move to src structure (#512) #906

511 move to src structure (#512)

511 move to src structure (#512) #906

Workflow file for this run

name: "book"
on:
- push
jobs:
marimo:
runs-on: "ubuntu-latest"
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"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected]
- uses: cvxgrp/.github/actions/[email protected]
with:
source-folder: 'src/cvx'
test:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected]
- uses: cvxgrp/.github/actions/[email protected]
with:
tests-folder: 'src/tests'
source-folder: 'src/cvx'
jupyter:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/[email protected]
- uses: cvxgrp/.github/actions/[email protected]
book:
runs-on: "ubuntu-latest"
needs: [test, pdoc, jupyter, marimo]
permissions:
contents: write
steps:
- uses: cvxgrp/.github/actions/[email protected]