Skip to content

Commit

Permalink
pre-commit updates in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 2, 2025
1 parent 782179a commit 06a7efb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0

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

0 comments on commit 06a7efb

Please sign in to comment.