diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b95744f..e2c3d9e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: | diff --git a/flows/xkcd-data/obproject.toml b/flows/xkcd-data/obproject.toml deleted file mode 120000 index 4a80b3f..0000000 --- a/flows/xkcd-data/obproject.toml +++ /dev/null @@ -1 +0,0 @@ -../../obproject.toml \ No newline at end of file diff --git a/flows/xkcd-data/xkcd_utils b/flows/xkcd-data/xkcd_utils deleted file mode 120000 index 131eb22..0000000 --- a/flows/xkcd-data/xkcd_utils +++ /dev/null @@ -1 +0,0 @@ -../../src/xkcd_utils \ No newline at end of file diff --git a/flows/xkcd-explainer/obproject.toml b/flows/xkcd-explainer/obproject.toml deleted file mode 120000 index 4a80b3f..0000000 --- a/flows/xkcd-explainer/obproject.toml +++ /dev/null @@ -1 +0,0 @@ -../../obproject.toml \ No newline at end of file diff --git a/flows/xkcd-explainer/xkcd_utils b/flows/xkcd-explainer/xkcd_utils deleted file mode 120000 index 131eb22..0000000 --- a/flows/xkcd-explainer/xkcd_utils +++ /dev/null @@ -1 +0,0 @@ -../../src/xkcd_utils \ No newline at end of file diff --git a/src/xkcd_utils/__init__.py b/src/xkcd_utils/__init__.py index 05e2247..b45107a 100644 --- a/src/xkcd_utils/__init__.py +++ b/src/xkcd_utils/__init__.py @@ -1 +1,3 @@ from .xkcd_utils import fetch_latest, get_img + +METAFLOW_PACKAGE_POLICY = "include"