diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf592bd..dec6c1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,10 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: "Build the virtual environment" - uses: cvxgrp/.github/actions/environment@v2.2.8 + uses: tschm/cradle/actions/environment@v0.1.56 with: python-version: ${{ matrix.python-version }} - - uses: cvxgrp/.github/actions/test@v2.2.8 + - uses: tschm/cradle/actions/test@v0.1.56 with: tests-folder: src/tests