fixed workflow
Some checks failed
Modulation Recognition Demo / ria-demo (pull_request) Failing after 30s
Some checks failed
Modulation Recognition Demo / ria-demo (pull_request) Failing after 30s
This commit is contained in:
parent
fe952b8eb6
commit
18fac1de15
|
@ -44,6 +44,11 @@ jobs:
|
||||||
fi
|
fi
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
- name: 1. Generate Recordings
|
||||||
|
run: |
|
||||||
|
mkdir -p data/recordings
|
||||||
|
PYTHONPATH=. python scripts/dataset_manager/data_gen.py --output-dir data/recordings
|
||||||
|
|
||||||
- name: 📦 Compress Recordings
|
- name: 📦 Compress Recordings
|
||||||
run: tar -czf recordings.tar.gz -C data/recordings .
|
run: tar -czf recordings.tar.gz -C data/recordings .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user