File tree Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ concurrency:
88 group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
99 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1010
11+ env :
12+ FORCE_COLOR : 1
13+
1114jobs :
1215 pythonbuild :
1316 runs-on : ' macos-13'
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ concurrency:
88 group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
99 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1010
11+ env :
12+ FORCE_COLOR : 1
13+
1114jobs :
1215 check :
1316 runs-on : " ubuntu-latest"
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ concurrency:
88 group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
99 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1010
11+ env :
12+ FORCE_COLOR : 1
13+
1114jobs :
1215 pythonbuild :
1316 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 1515 required : false
1616 type : boolean
1717
18+ env :
19+ FORCE_COLOR : 1
20+
1821permissions :
1922 contents : write
2023 packages : write
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ concurrency:
88 group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
99 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1010
11+ env :
12+ FORCE_COLOR : 1
13+
1114jobs :
1215 pythonbuild :
1316 runs-on : ' windows-2022'
You can’t perform that action at this time.
0 commit comments