From 6763bbc647d58f5ccb1c10da63fae8cfd9200de2 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Thu, 6 Feb 2025 19:39:19 +0400 Subject: [PATCH] Update ci.yml (#111) --- .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 80b1e79..3b80225 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: "Build the virtual environment for ${{ github.repository }}" - uses: cvxgrp/.github/actions/uv/environment@v2.2.0 + uses: cvxgrp/.github/actions/environment@v2.2.1 with: python-version: ${{ matrix.python-version }}