Skip to content

Commit

Permalink
fix(gh_action): try old stable cue
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshh authored and supersergiy committed Dec 6, 2023
1 parent 635fa19 commit e205c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e205c4b

Please sign in to comment.