From e205c4be1bbb9ae0c3a625ce4daa7773db8c3a49 Mon Sep 17 00:00:00 2001 From: Akhilesh Halageri Date: Wed, 6 Dec 2023 18:18:19 +0000 Subject: [PATCH] fix(gh_action): try old stable cue --- .github/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 32edd9654..6dd1930a2 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -61,7 +61,7 @@ jobs: run: pip install -e '.[modules, test]' - name: Install CUE if: ${{ steps.changed-py-files.outputs.any_changed == 'true' }} - run: go install cuelang.org/go/cmd/cue@latest + run: go install cuelang.org/go/cmd/cue@v0.6.0 - name: Run pytest if: ${{ steps.changed-py-files.outputs.any_changed == 'true' }} run: coverage run -m py.test ./tests/unit