Skip to content

Commit

Permalink
test install spark jars
Browse files Browse the repository at this point in the history
  • Loading branch information
samlamont committed Dec 9, 2024
1 parent f7eceba commit 85764cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/documentation-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx==7.2.6 pydata-sphinx-theme==0.15.4 myst-nb==1.1.2 sphinx-design numpy==1.26.4 numpydoc ghp-import pickleshare -e .
pip install sphinx==7.4.7 pydata-sphinx-theme==0.16.0 myst-nb==1.1.2 sphinx-design numpy==1.26.4 numpydoc ghp-import pickleshare -e .
python -m teehr.utils.install_spark_jars
- name: Sphinx build
run: |
Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/user_guide/notebooks/02_loading_local_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This table of locations came from the TEEHR dataset and matches what we saw in the source file, so we know it was loaded successfully. Now lets look at a plot using the built-in `teehr.location_map()` method."
"This table of locations came from the TEEHR dataset and matches what we saw in the source file, so we know it was loaded successfully. Now lets look at a plot using the built-in `teehr.locations_map()` method."
]
},
{
Expand All @@ -155,7 +155,7 @@
"metadata": {},
"outputs": [],
"source": [
"locations_gdf.teehr.location_map()"
"locations_gdf.teehr.locations_map()"
]
},
{
Expand Down

0 comments on commit 85764cc

Please sign in to comment.