Skip to content

Commit

Permalink
[DOCS] Fix notebook CI (#2544)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
  • Loading branch information
jaychia and Jay Chia authored Jul 22, 2024
1 parent fd67dac commit 1ab0eb6
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/source/user_guide/fotw/fotw-000-data-access.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "3e823b2e",
"metadata": {},
"outputs": [],
"source": [
"!pip install getdaft"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "b4804cd5",
"metadata": {
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
"CI = False"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "f75f3566",
"metadata": {},
"outputs": [],
"source": [
"# Skip this notebook execution in CI because it hits data in a relative path\n",
"if CI:\n",
" import sys\n",
" sys.exit()"
]
},
{
"cell_type": "markdown",
"id": "b98f0369-4304-416d-9db9-d2e191be96c1",
Expand Down

0 comments on commit 1ab0eb6

Please sign in to comment.