debug
Some checks failed
Modulation Recognition Demo / ria-demo (push) Failing after 39s

This commit is contained in:
Liyu Xiao 2025-08-22 09:57:01 -04:00
parent af2d3fae90
commit 50e8912f73

View File

@ -44,6 +44,13 @@ jobs:
fi fi
pip install -r requirements.txt pip install -r requirements.txt
- name: Debug Environment and Paths
run: |
echo "Current working directory:"
pwd
echo "Listing project files:"
ls -R
- name: 1. Generate Recordings - name: 1. Generate Recordings
run: | run: |
mkdir -p data/recordings mkdir -p data/recordings