Skip to content

Commit

Permalink
update workflows for cvxball
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 2, 2025
1 parent bc85a71 commit 27f8684
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: cvxgrp/.github/actions/uv/test@v2.0.15
- uses: cvxgrp/.github/actions/uv/test@v2.0.17
with:
python-version: ${{ matrix.python-version }}
tests-folder: src/tests
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.15
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.17
with:
source-folder: 'src/cvx'
tests-folder: 'src/tests'

deptry:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/uv/deptry@v2.0.15
- uses: cvxgrp/.github/actions/uv/deptry@v2.0.17
with:
source-folder: 'src/cvx'


pre-commit:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/uv/pre-commit@v2.0.15
- uses: cvxgrp/.github/actions/uv/pre-commit@v2.0.17
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:

steps:
- name: Generate Tag
uses: cvxgrp/.github/actions/uv/tag@v2.0.15
uses: cvxgrp/.github/actions/uv/tag@v2.0.17
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 27f8684

Please sign in to comment.