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 }}