File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 # Get tutorial notebooks for v1
2424 VERSION=$(gh api /repos/deepset-ai/haystack/releases | \
2525 jq -r '[.[].tag_name | select(test("^v1.[0-9]+.[0-9]+$"))] | first')
26- NOTEBOOKS=$(python ./scripts/generate_matrix.py --haystack-version "$VERSION" --include-main )
26+ NOTEBOOKS=$(python ./scripts/generate_matrix.py --haystack-version "$VERSION")
2727 echo "matrix_v1={\"include\":$NOTEBOOKS}" >> "$GITHUB_OUTPUT"
2828
2929 # Get tutorial notebooks for v2
Original file line number Diff line number Diff line change 4747 # Get tutorial notebooks for 1.x
4848 VERSION=$(gh api /repos/deepset-ai/haystack/releases | \
4949 jq -r '[.[].tag_name | select(test("^v1.[0-9]+.[0-9]+$"))] | first')
50- NOTEBOOKS=$(python ./scripts/generate_matrix.py --haystack-version "$VERSION" --include-main )
50+ NOTEBOOKS=$(python ./scripts/generate_matrix.py --haystack-version "$VERSION")
5151 echo "matrix={\"include\":$NOTEBOOKS}" >> "$GITHUB_OUTPUT"
5252
5353 - name : Get changed files
You can’t perform that action at this time.
0 commit comments