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
|
python -m pip install --upgrade pip
|
||||||
|
|
||||||
echo "📦 Installing utils from RIA Hub..."
|
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/" \
|
--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; then
|
||||||
utils==0.1.3
|
echo "RIA Hub install failed, falling back to local wheel..."
|
||||||
|
pip install ./wheels/utils-*.whl
|
||||||
pip install --no-cache-dir -r requirements.txt
|
fi
|
||||||
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: 1. Generate Recordings
|
- name: 1. Generate Recordings
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user