reverted back to fallback
Some checks failed
Modulation Recognition Demo / ria-demo (push) Has been cancelled
Some checks failed
Modulation Recognition Demo / ria-demo (push) Has been cancelled
This commit is contained in:
parent
145f80849f
commit
6b4e39e5be
|
@ -35,13 +35,14 @@ jobs:
|
|||
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
echo "📦 Installing utils from RIA Hub..."
|
||||
pip install --no-cache-dir \
|
||||
echo "Trying to install utils from RIA Hub..."
|
||||
if ! pip install \
|
||||
--index-url "https://${{ secrets.RIAHUB_USER }}:${{ secrets.RIAHUB_TOKEN }}@git.riahub.ai/api/packages/qoherent/pypi/simple/" \
|
||||
--extra-index-url https://pypi.org/simple/ \
|
||||
utils==0.1.3
|
||||
|
||||
pip install --no-cache-dir -r requirements.txt
|
||||
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
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user