Skip to content

Commit 49da52b

Browse files
authored
disable fork safety for test on x86
1 parent 682f4ce commit 49da52b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/charm4py.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
run: |
8383
export PYTHONPATH="$PWD"
8484
export CHARM4PY_TEST_NUM_PROCESSES=2
85+
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
8586
python3 auto_test.py
8687
8788

0 commit comments

Comments
 (0)