Skip to content

Commit dfaf84a

Browse files
committed
fixing generate matrix
1 parent 10a456b commit dfaf84a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/generate_matrix.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_latest_stable_haystack_version():
7676
}
7777
)
7878

79-
print(json.dumps(matrix))
79+
# print(json.dumps(matrix))
8080

8181
latest_haystack = get_latest_stable_haystack_version()
8282

@@ -92,7 +92,8 @@ def get_latest_stable_haystack_version():
9292
},
9393
{"notebook": "chat_with_SQL_3_ways",
9494
"haystack_version": latest_haystack,
95-
"dependencies": ["pandas"]}
95+
"dependencies": ["pandas"]
96+
}
9697
]
9798

9899
print(json.dumps(notebooks))

0 commit comments

Comments
 (0)