reverted back to ahving a fall back
Some checks failed
Modulation Recognition Demo / ria-demo (push) Failing after 30s
Some checks failed
Modulation Recognition Demo / ria-demo (push) Failing after 30s
This commit is contained in:
parent
71a1559dca
commit
af2d3fae90
|
@ -32,13 +32,16 @@ jobs:
|
|||
- name: Install dependencies (incl. RIA Hub utils)
|
||||
run: |
|
||||
set -e
|
||||
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
echo "Trying to install utils from RIA Hub..."
|
||||
pip install \
|
||||
--no-cache-dir \
|
||||
if ! pip install \
|
||||
--index-url "https://${{ secrets.RIAHUB_USER }}:${{ secrets.RIAHUB_TOKEN }}@git.riahub.ai/api/packages/qoherent/pypi/simple/" \
|
||||
utils
|
||||
utils; then
|
||||
echo "RIA Hub install failed, falling back to local wheel..."
|
||||
pip install ./wheels/utils-*.whl
|
||||
fi
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: 1. Generate Recordings
|
||||
|
|
Loading…
Reference in New Issue
Block a user