We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6158bb0 commit 5b1a553Copy full SHA for 5b1a553
.github/workflows/reusable-macos.yml
@@ -15,12 +15,14 @@ on:
15
required: true
16
type: string
17
18
+env:
19
+ FORCE_COLOR: 1
20
+
21
jobs:
22
build_macos:
23
name: build and test (${{ inputs.os }})
24
timeout-minutes: 60
25
env:
- FORCE_COLOR: 1
26
HOMEBREW_NO_ANALYTICS: 1
27
HOMEBREW_NO_AUTO_UPDATE: 1
28
HOMEBREW_NO_INSTALL_CLEANUP: 1
.github/workflows/reusable-ubuntu.yml
@@ -21,13 +21,15 @@ on:
build_ubuntu_reusable:
29
30
31
runs-on: ${{ inputs.os }}
32
33
OPENSSL_VER: 3.0.15
34
PYTHONSTRICTEXTENSIONBUILD: 1
35
TERM: linux
0 commit comments