We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9536c43 commit 9b2be44Copy full SHA for 9b2be44
.github/workflows/ci.yml
@@ -53,5 +53,6 @@ jobs:
53
run: |
54
$env:TERM = "dumb"
55
$env:TTY_INTERACTIVE = "0"
56
+ uv pip install cram
57
uv run cram tests -v
58
if: runner.os == 'Windows'
0 commit comments