Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 5, 2025
1 parent cf92870 commit 1abca6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
13 changes: 5 additions & 8 deletions template/.github/workflows/book.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0
uses: cvxgrp/.github/actions/uv/environment@v2.1.1

- uses: cvxgrp/.github/actions/coverage@v2.1.0
- uses: cvxgrp/.github/actions/coverage@v2.1.1
with:
tests-folder: src/tests
source-folder: src/{{ project_name }}
Expand All @@ -47,9 +47,9 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0
uses: cvxgrp/.github/actions/uv/environment@v2.1.1

- uses: cvxgrp/.github/actions/jupyter@v2.1.0
- uses: cvxgrp/.github/actions/jupyter@v2.1.1

book:
runs-on: "ubuntu-latest"
Expand All @@ -59,9 +59,6 @@ jobs:
contents: write

steps:
- name: Checkout [${% raw %}{{ github.repository }}{% endraw %}]
uses: actions/checkout@v4

- name: Upload the book
if: ${% raw %}{{ env.ACT != 'true' }}{% endraw %} # Skip if running with 'act'
uses: cvxgrp/.github/actions/book@main
uses: cvxgrp/.github/actions/book@v2.1.1
3 changes: 2 additions & 1 deletion template/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
steps:
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.1
with:
python-version: ${{ matrix.python-version }}

- uses: cvxgrp/.github/actions/test@v2.1.1
with:
python-version: ${{ matrix.python-version }}
tests-folder: src/tests

0 comments on commit 1abca6b

Please sign in to comment.