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
Some checks failed
RIA Hub Workflow Demo / ria-demo (push) Failing after 14s
This commit is contained in:
parent
c096867916
commit
584b18b572
|
@ -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
5
requirements.txt
Normal 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)
BIN
wheels/utils-0.1.2.dev0-py3-none-any.whl
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user