diff --git a/.github/workflows/testing_integration.yaml b/.github/workflows/testing_integration.yaml index 88ef38f83..dc1fe0823 100644 --- a/.github/workflows/testing_integration.yaml +++ b/.github/workflows/testing_integration.yaml @@ -46,7 +46,7 @@ jobs: - name: Install Python dependencies run: pip install -e '.[modules, test]' - name: Install CUE - run: go install cuelang.org/go/cmd/cue@latest + run: go install cuelang.org/go/cmd/cue@v0.6.0 - name: Run pytest run: cd tests/integration && coverage run -m pytest --run-integration . - name: Send coverage repot to codecov