Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cvxgrp/.github action to v2.1.1 #39

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/uv/[email protected].0
uses: cvxgrp/.github/actions/uv/[email protected].1

- uses: cvxgrp/.github/actions/[email protected].0
- uses: cvxgrp/.github/actions/[email protected].1
with:
python-version: ${{ matrix.python-version }}
tests-folder: src/tests
10 changes: 5 additions & 5 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/uv/[email protected].0
uses: cvxgrp/.github/actions/uv/[email protected].1

- uses: cvxgrp/.github/actions/[email protected].0
- uses: cvxgrp/.github/actions/[email protected].1
with:
source-folder: 'src/cvx'
tests-folder: 'src/tests'

pre-commit:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/[email protected].0
- uses: cvxgrp/.github/actions/[email protected].1

deptry:
runs-on: ubuntu-latest
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/uv/[email protected].0
uses: cvxgrp/.github/actions/uv/[email protected].1

- uses: cvxgrp/.github/actions/[email protected].0
- uses: cvxgrp/.github/actions/[email protected].1
with:
source-folder: src/cvx
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:

steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/uv/[email protected].0
uses: cvxgrp/.github/actions/uv/[email protected].1

- name: Generate Tag
uses: cvxgrp/.github/actions/[email protected].0
uses: cvxgrp/.github/actions/[email protected].1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}