Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Dec 26, 2024
1 parent 5268723 commit 7bac0ce
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,26 @@ jobs:
marimo:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/uv/marimo@main

sphinx:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/uv/sphinx@main

pdoc:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/uv/pdoc@main

test:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/uv/coverage@main

jupyter:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/uv/jupyter@main

book:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/uv/test@main
with:
python-version: ${{ matrix.python-version }}
2 changes: 0 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/uv/coverage@main

- name: Coveralls GitHub Action
Expand All @@ -27,5 +26,4 @@ jobs:
deptry:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/uv/deptry@main
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/uv/build@main

deploy:
Expand Down

0 comments on commit 7bac0ce

Please sign in to comment.