released the binary to riahub, deleted the whl folder under the repo, added requirements.txt to download dependencies
Some checks failed
RIA Hub Workflow Demo / ria-demo (push) Failing after 14s

This commit is contained in:
Liyu Xiao 2025-05-16 14:00:27 -04:00
parent c096867916
commit 584b18b572
3 changed files with 6 additions and 6 deletions

View File

@ -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: |

5
requirements.txt Normal file
View File

@ -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

BIN
wheels/utils-0.1.2.dev0-py3-none-any.whl (Stored with Git LFS)

Binary file not shown.