Skip to content

Commit 691942b

Browse files
committed
Remove FREE_THREADED from docker-compose
1 parent fb0628a commit 691942b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,6 @@ services:
12201220
<<: *common
12211221
CHECK_IMPORTS: "ON"
12221222
CHECK_UNITTESTS: "OFF"
1223-
FREE_THREADED: "ON"
12241223
command: /arrow/ci/scripts/python_wheel_unix_test.sh /arrow
12251224

12261225
python-wheel-musllinux-test-unittests:
@@ -1261,7 +1260,6 @@ services:
12611260
<<: *common
12621261
CHECK_IMPORTS: "OFF"
12631262
CHECK_UNITTESTS: "ON"
1264-
FREE_THREADED: "ON"
12651263
command: /arrow/ci/scripts/python_wheel_unix_test.sh /arrow
12661264

12671265
python-wheel-manylinux-test-imports:
@@ -1294,7 +1292,6 @@ services:
12941292
<<: *common
12951293
CHECK_IMPORTS: "ON"
12961294
CHECK_UNITTESTS: "OFF"
1297-
FREE_THREADED: "ON"
12981295
command: /arrow/ci/scripts/python_wheel_unix_test.sh /arrow
12991296

13001297
python-wheel-manylinux-test-unittests:
@@ -1336,7 +1333,6 @@ services:
13361333
<<: *common
13371334
CHECK_IMPORTS: "OFF"
13381335
CHECK_UNITTESTS: "ON"
1339-
FREE_THREADED: "ON"
13401336
command: /arrow/ci/scripts/python_wheel_unix_test.sh /arrow
13411337

13421338
python-wheel-windows-vs2022-base:

0 commit comments

Comments
 (0)