From 250d39a8393b11efe9013d33696664d2304c3857 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Mon, 3 Feb 2025 00:03:13 +0400 Subject: [PATCH 1/2] Update ci.yml --- .github/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 470c332..26102c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,12 +10,15 @@ jobs: strategy: matrix: - os: [ ubuntu-latest, windows-latest, macos-latest ] + os: [ ubuntu-latest, macos-latest ] python-version: [ '3.10', '3.11', '3.12', '3.13' ] # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: cvxgrp/.github/actions/uv/test@v2.0.17 + - name: "Build the virtual environment for ${{ github.repository }}" + uses: cvxgrp/.github/actions/uv/environment@v2.1.0 + + - uses: cvxgrp/.github/actions/test@v2.1.0 with: python-version: ${{ matrix.python-version }} - tests-folder: 'src/tests' + tests-folder: src/tests From 50fa55a8941209bd69054523d86af97f2ae6b420 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Mon, 3 Feb 2025 00:07:50 +0400 Subject: [PATCH 2/2] fmt --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26102c8..f955f14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - name: "Build the virtual environment for ${{ github.repository }}" uses: cvxgrp/.github/actions/uv/environment@v2.1.0 - + - uses: cvxgrp/.github/actions/test@v2.1.0 with: python-version: ${{ matrix.python-version }}