File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
# Get tutorial notebooks for v1
24
24
VERSION=$(gh api /repos/deepset-ai/haystack/releases | \
25
25
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")
27
27
echo "matrix_v1={\"include\":$NOTEBOOKS}" >> "$GITHUB_OUTPUT"
28
28
29
29
# Get tutorial notebooks for v2
Original file line number Diff line number Diff line change 47
47
# Get tutorial notebooks for 1.x
48
48
VERSION=$(gh api /repos/deepset-ai/haystack/releases | \
49
49
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")
51
51
echo "matrix={\"include\":$NOTEBOOKS}" >> "$GITHUB_OUTPUT"
52
52
53
53
- name : Get changed files
You can’t perform that action at this time.
0 commit comments