We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a456b commit dfaf84aCopy full SHA for dfaf84a
scripts/generate_matrix.py
@@ -76,7 +76,7 @@ def get_latest_stable_haystack_version():
76
}
77
)
78
79
- print(json.dumps(matrix))
+ # print(json.dumps(matrix))
80
81
latest_haystack = get_latest_stable_haystack_version()
82
@@ -92,7 +92,8 @@ def get_latest_stable_haystack_version():
92
},
93
{"notebook": "chat_with_SQL_3_ways",
94
"haystack_version": latest_haystack,
95
- "dependencies": ["pandas"]}
+ "dependencies": ["pandas"]
96
+ }
97
]
98
99
print(json.dumps(notebooks))
0 commit comments