We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90cb57f commit 6ab41d3Copy full SHA for 6ab41d3
.github/workflows/ci.yml
@@ -16,10 +16,10 @@ jobs:
16
# Steps represent a sequence of tasks that will be executed as part of the job
17
steps:
18
- name: "Build the virtual environment"
19
- uses: cvxgrp/.github/actions/environment@v2.2.8
+ uses: tschm/cradle/actions/environment@v0.1.56
20
with:
21
python-version: ${{ matrix.python-version }}
22
23
- - uses: cvxgrp/.github/actions/test@v2.2.8
+ - uses: tschm/cradle/actions/test@v0.1.56
24
25
tests-folder: src/tests
0 commit comments