Skip to content

Commit

Permalink
towards complete tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 4, 2025
1 parent 4c36667 commit 904af54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actions/uv/coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ runs:
using: "composite"
steps:
- name: Set up Python environment
uses: cvxgrp/.github/actions/uv/setup@main
uses: ./actions/uv/setup@main
with:
python-version: '3.12'
working-directory: ${{ inputs.working-directory }}

- name: Run tests with coverage
shell: bash
Expand Down

0 comments on commit 904af54

Please sign in to comment.