Skip to content

Commit

Permalink
try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
doctor-phil committed Nov 5, 2024
1 parent f8d00a2 commit 4255ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
auto-update-conda: true
auto-activate-base: true
miniconda-version: 'latest'
python-version: 3.9
python-version: 3.12
environment-file: environment.yml
activate-environment: lecture-datascience
- name: Display Conda Environment Versions
Expand Down
1 change: 1 addition & 0 deletions lectures/applications/working_with_text.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ def download_cached_forecasts():
warnings.warn(f"'File $f exists and is larger than version in cache. Not replacing.")
else :
z.extract(f)
print("Downloaded and extracted", f)
download_cached_forecasts()
```
Expand Down

1 comment on commit 4255ac4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.