deleted the check
Some checks failed
Modulation Recognition Demo / ria-demo (push) Failing after 33s
Some checks failed
Modulation Recognition Demo / ria-demo (push) Failing after 33s
This commit is contained in:
parent
45a5f81c8c
commit
145f80849f
|
@ -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: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user