diff --git a/.riahub/workflows/workflow.yaml b/.riahub/workflows/workflow.yaml index 11fd288..4fdc1ce 100644 --- a/.riahub/workflows/workflow.yaml +++ b/.riahub/workflows/workflow.yaml @@ -35,9 +35,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install h5py numpy - pip install dist/utils-0.1.2.dev0-py3-none-any.whl - pip install -e . + pip install -r requirements.txt - name: 1. Build HDF5 Dataset run: | diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9c11bca --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +h5py +numpy +https://riahub.qoherent.internal:3000/qoherent/modrec-workflow/releases +https://riahub.qoherent.internal:3000/qoherent/modrec-workflow/releases/download/v0.1.0/utils-0.1.2.dev0-py3-none-any.whl + diff --git a/wheels/utils-0.1.2.dev0-py3-none-any.whl b/wheels/utils-0.1.2.dev0-py3-none-any.whl deleted file mode 100644 index e4a2ac8..0000000 --- a/wheels/utils-0.1.2.dev0-py3-none-any.whl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be142bfe2592be07be29b879e1c8b8acac28c3b205653327f34674391e964069 -size 239356