File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,12 @@ jobs:
6666 with :
6767 repository : ' duckdb/extension-ci-tools'
6868 ref : ${{ inputs.ci_tools_version }}
69+ path : extension-ci-tools
6970 fetch-depth : 0
7071
7172 - id : parse-matrices
7273 run : |
73- python3 ./scripts/modify_distribution_matrix.py --input ./config/distribution_matrix.json --deploy_matrix --output deploy_matrix.json --exclude "${{ inputs.exclude_archs }}" --pretty
74+ python3 ./extension-ci-tools/ scripts/modify_distribution_matrix.py --input ./extension-ci-tools /config/distribution_matrix.json --deploy_matrix --output deploy_matrix.json --exclude "${{ inputs.exclude_archs }}" --pretty
7475 deploy_matrix="`cat deploy_matrix.json`"
7576 echo deploy_matrix=$deploy_matrix >> $GITHUB_OUTPUT
7677 echo `cat $GITHUB_OUTPUT`
You can’t perform that action at this time.
0 commit comments