liyu-dev #3
|
@ -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