deleted the check
Some checks failed
Modulation Recognition Demo / ria-demo (push) Failing after 33s

This commit is contained in:
Liyu Xiao 2025-08-22 11:06:29 -04:00
parent 45a5f81c8c
commit 145f80849f

View File

@ -35,21 +35,13 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
echo "Trying to install utils from RIA Hub..." echo "📦 Installing utils from RIA Hub..."
if ! pip install \ pip install --no-cache-dir \
--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/" \
utils; then --extra-index-url https://pypi.org/simple/ \
echo "RIA Hub install failed, falling back to local wheel..." utils==0.1.3
pip install ./wheels/utils-*.whl
fi
pip install -r requirements.txt
- name: Debug Environment and Paths pip install --no-cache-dir -r requirements.txt
run: |
echo "Current working directory:"
pwd
echo "Listing project files:"
ls -R
- name: 1. Generate Recordings - name: 1. Generate Recordings
run: | run: |