Skip to content

Commit c535a23

Browse files
committed
Packaging workflow should respect the 'minimal' input param
1 parent 83d839c commit c535a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
name: Build and test releases
7575
uses: ./.github/workflows/packaging_wheels.yml
7676
with:
77-
minimal: false
77+
minimal: ${{ inputs.minimal }}
7878
testsuite: all
7979
duckdb-python-sha: ${{ inputs.duckdb-python-sha != '' && inputs.duckdb-python-sha || github.sha }}
8080
duckdb-sha: ${{ inputs.duckdb-sha }}

0 commit comments

Comments
 (0)