moved dist file into repo, so the workflow file can read the utils package
All checks were successful
RIA Hub Workflow Demo / ria-demo (push) Successful in 1m12s

This commit is contained in:
Liyu Xiao 2025-05-16 11:38:37 -04:00
parent aad813a4e2
commit ab0948dc50
3 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ jobs:
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 .
- name: 1. Build HDF5 Dataset

BIN
dist/utils-0.1.2.dev0-py3-none-any.whl vendored Normal file

Binary file not shown.

BIN
dist/utils-0.1.2.dev0.tar.gz vendored Normal file

Binary file not shown.