Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 2, 2025
1 parent 6d4766f commit c4566ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: "Build the virtual environment for ${{ github.repository }}"
- name: "Build the virtual environment"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0

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

0 comments on commit c4566ca

Please sign in to comment.