Skip to content

Commit 30366b5

Browse files
committed
ci(macos): Force colored output
1 parent 9cdbd30 commit 30366b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ jobs:
109109
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
110110
with:
111111
persist-credentials: false
112-
- run: env PYTESTFLAGS="--verbose -p no:cacheprovider" test/macos-script.sh
112+
- run: env PYTESTFLAGS="--verbose -p no:cacheprovider --color=yes" test/macos-script.sh

0 commit comments

Comments
 (0)