Skip to content

Commit 121ce2b

Browse files
committed
Fix mac CI
1 parent 970fd85 commit 121ce2b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
HOMEBREW_NO_INSTALL_CLEANUP: 1
2323
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
2424
PYTHONSTRICTEXTENSIONBUILD: 1
25+
TERM: linux
2526
strategy:
2627
fail-fast: false
2728
matrix:

.github/workflows/reusable-ubuntu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
FORCE_COLOR: 1
1818
OPENSSL_VER: 3.0.13
1919
PYTHONSTRICTEXTENSIONBUILD: 1
20-
TERMINFO: /bin/bash
2120
TERM: linux
2221
steps:
2322
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)