Ignore more OpenAI notebooks with syntax errors in the ecosystem check (#12342)

This commit is contained in:
Micha Reiser 2024-07-16 10:32:00 +02:00 committed by GitHub
parent 85ae02d62e
commit b1487b6b4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,6 +123,8 @@ DEFAULT_TARGETS = [
"exclude": [
"examples/gpt_actions_library/.gpt_action_getting_started.ipynb",
"examples/gpt_actions_library/gpt_action_bigquery.ipynb",
"examples/chatgpt/gpt_actions_library/.gpt_action_getting_started.ipynb",
"examples/chatgpt/gpt_actions_library/gpt_action_bigquery.ipynb",
],
},
),