From 0871e744723c6e0735afe394ab48e05a98a9d2a5 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Mon, 3 Feb 2025 18:06:59 +0400 Subject: [PATCH 1/2] Update ci.yml --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 221130c..9a24edf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,8 @@ jobs: steps: - name: "Build the virtual environment for ${{ github.repository }}" uses: cvxgrp/.github/actions/uv/environment@v2.1.1 - - - uses: cvxgrp/.github/actions/test@v2.1.1 with: python-version: ${{ matrix.python-version }} + + - uses: cvxgrp/.github/actions/test@v2.1.1 + From 7fa2218ecfa9c08ae5d5042295452e1115162723 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Mon, 3 Feb 2025 18:14:08 +0400 Subject: [PATCH 2/2] fmt --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a24edf..5a5a958 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,3 @@ jobs: python-version: ${{ matrix.python-version }} - uses: cvxgrp/.github/actions/test@v2.1.1 -