Skip to content

Commit

Permalink
Update ci.yml (#105)
Browse files Browse the repository at this point in the history
* Update ci.yml

* fmt
  • Loading branch information
tschm authored Feb 3, 2025
1 parent 6e8844f commit b29675b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/uv/[email protected]
with:
python-version: ${{ matrix.python-version }}

- uses: cvxgrp/.github/actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
tests-folder: src/tests

0 comments on commit b29675b

Please sign in to comment.