Skip to content

Commit 21c3075

Browse files
committed
ci(macos): Force colored output
1 parent 8fb9fc0 commit 21c3075

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
@@ -99,4 +99,4 @@ jobs:
9999
runs-on: macos-latest
100100
steps:
101101
- uses: actions/checkout@v4
102-
- run: env PYTESTFLAGS="--verbose -p no:cacheprovider" test/macos-script.sh
102+
- run: env PYTESTFLAGS="--verbose -p no:cacheprovider --color=yes" test/macos-script.sh

0 commit comments

Comments
 (0)