Skip to content

Commit

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

* fmt
  • Loading branch information
tschm authored Feb 2, 2025
1 parent 8ae8855 commit 14ee03b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:

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

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

0 comments on commit 14ee03b

Please sign in to comment.