deleted the check

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
echo "Trying to install utils from RIA Hub..."
if ! pip install \
echo "📦 Installing utils from RIA Hub..."
pip install --no-cache-dir \
--index-url "https://${{ secrets.RIAHUB_USER }}:${{ secrets.RIAHUB_TOKEN }}@git.riahub.ai/api/packages/qoherent/pypi/simple/" \
utils; then
echo "RIA Hub install failed, falling back to local wheel..."
pip install ./wheels/utils-*.whl
fi
pip install -r requirements.txt
--extra-index-url https://pypi.org/simple/ \
utils==0.1.3
- name: Debug Environment and Paths
run: |
echo "Current working directory:"
pwd
echo "Listing project files:"
ls -R
pip install --no-cache-dir -r requirements.txt
- name: 1. Generate Recordings
run: |