Skip to content

Commit

Permalink
Merge pull request #2635 from AllenInstitute/fix/load_latest_manifest
Browse files Browse the repository at this point in the history
Fix issues with notebooks
  • Loading branch information
aamster authored Dec 14, 2022
2 parents 307296b + e900997 commit e413cf5
Show file tree
Hide file tree
Showing 31 changed files with 18,748 additions and 9,320 deletions.
1 change: 1 addition & 0 deletions .github/workflows/notebook_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install -r requirements.txt
pip install -r dev_requirements.txt
pip install -r notebook_requirements.txt
pip install .
ipython kernel install --name "python3" --user
- name: Run notebooks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def load_latest_manifest(self) -> None:
if not isinstance(self.fetch_api, self.cloud_api_class()):
self._cache_not_implemented('load_latest_manifest')
self.fetch_api.cache.load_latest_manifest()
self.load_manifest(self.current_manifest())

def latest_downloaded_manifest_file(self) -> str:
"""
Expand Down
Loading

0 comments on commit e413cf5

Please sign in to comment.