Skip to content

Commit

Permalink
Update pre-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 3, 2025
1 parent 9b27dd7 commit eb7b09d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/uv/coverage@v2.0.17
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/uv/environment@v2.1.0

- uses: cvxgrp/.github/actions/coverage@v2.1.0
with:
source-folder: 'src/cvx'
tests-folder: 'src/tests'
Expand Down

0 comments on commit eb7b09d

Please sign in to comment.