adjusted workflow
Some checks failed
Modulation Recognition Demo / ria-demo (push) Failing after 40s
Some checks failed
Modulation Recognition Demo / ria-demo (push) Failing after 40s
This commit is contained in:
parent
3a6e2ceac2
commit
71a1559dca
|
@ -35,7 +35,10 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
|
||||
echo "Trying to install utils from RIA Hub..."
|
||||
pip install --index-url "https://${{ secrets.RIAHUB_USER }}:${{ secrets.RIAHUB_TOKEN }}@git.riahub.ai/api/packages/qoherent/pypi/simple/" utils
|
||||
pip install \
|
||||
--no-cache-dir \
|
||||
--index-url "https://${{ secrets.RIAHUB_USER }}:${{ secrets.RIAHUB_TOKEN }}@git.riahub.ai/api/packages/qoherent/pypi/simple/" \
|
||||
utils
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: 1. Generate Recordings
|
||||
|
|
Loading…
Reference in New Issue
Block a user