Skip to content

Commit cd2abe6

Browse files
authored
Disable macOS CI unit tests (#467)
The cost multiplier for macos is HUGE.
1 parent 7d2b883 commit cd2abe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packaging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
python-version: "${{ matrix.python-version }}"
3737
free-threaded: "${{ matrix.free-threaded }}"
38-
run-test: "${{ matrix.python-version == '3.10' }}"
38+
run-test: "false"
3939

4040
#############################################################################
4141
# Linux (CPU)

0 commit comments

Comments
 (0)