Skip to content

Commit b2c9abd

Browse files
committed
ci(macos): Force colored output
1 parent 2a7715f commit b2c9abd

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

0 commit comments

Comments
 (0)