Skip to content

Commit 34b6278

Browse files
committed
ci(macos): Force colored output
1 parent e258a52 commit 34b6278

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

0 commit comments

Comments
 (0)