Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install -U requests
python3 -m pip install outerbounds==0.7.2 pyyaml
python3 -m pip install outerbounds pyyaml
python3 -m pip install -U ob-project-utils
- name: Configure Outerbounds
run: |
Expand Down
1 change: 0 additions & 1 deletion flows/xkcd-data/obproject.toml

This file was deleted.

1 change: 0 additions & 1 deletion flows/xkcd-data/xkcd_utils

This file was deleted.

1 change: 0 additions & 1 deletion flows/xkcd-explainer/obproject.toml

This file was deleted.

1 change: 0 additions & 1 deletion flows/xkcd-explainer/xkcd_utils

This file was deleted.

2 changes: 2 additions & 0 deletions src/xkcd_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from .xkcd_utils import fetch_latest, get_img

METAFLOW_PACKAGE_POLICY = "include"