Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk committed Dec 2, 2023
1 parent eb53f9e commit 97bf63d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Set up credentials
run: |
cd mini-projects/end-to-end/
Expand Down
2 changes: 1 addition & 1 deletion mini-projects/end-to-end/app.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34461,7 +34461,7 @@
" size=\"wind_kph\",\n",
" animation_frame=\"time\",\n",
" projection=\"natural earth\",\n",
" title=\"Wind forecast (next 5 days) in kilometer per hour for cities in the world\",\n",
" title=\"Wind forecast (next 5 days) in kph for cities in the world\",\n",
")\n",
"\n",
"fig.show()"
Expand Down

0 comments on commit 97bf63d

Please sign in to comment.