We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d839c commit c535a23Copy full SHA for c535a23
.github/workflows/packaging.yml
@@ -74,7 +74,7 @@ jobs:
74
name: Build and test releases
75
uses: ./.github/workflows/packaging_wheels.yml
76
with:
77
- minimal: false
+ minimal: ${{ inputs.minimal }}
78
testsuite: all
79
duckdb-python-sha: ${{ inputs.duckdb-python-sha != '' && inputs.duckdb-python-sha || github.sha }}
80
duckdb-sha: ${{ inputs.duckdb-sha }}
0 commit comments