Skip to content

Commit 98ae94f

Browse files
committed
lets run CI on more platforms with it enabled
1 parent 23e2538 commit 98ae94f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,3 +687,4 @@ jobs:
687687
|| ''
688688
}}
689689
jobs: ${{ toJSON(needs) }}
690+
traceback_timestamps: 'iso'

.github/workflows/reusable-macos.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
description: OS to run the job
1515
required: true
1616
type: string
17+
traceback_timestamps:
18+
description: Set to us|1|ns|iso to enable printing timestamps on exceptions in tracebacks (for feature coverage)
19+
required: false
20+
type: string
1721

1822
env:
1923
FORCE_COLOR: 1
@@ -29,6 +33,7 @@ jobs:
2933
HOMEBREW_NO_INSTALL_CLEANUP: 1
3034
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
3135
PYTHONSTRICTEXTENSIONBUILD: 1
36+
PYTHON_TRACEBACK_TIMESTAMPS: ${{ inputs.traceback_timestamps }}
3237
TERM: linux
3338
steps:
3439
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)