Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: write a regression test suite that can be sbatch submitted #616

Merged
merged 9 commits into from
Jan 31, 2025
Prev Previous commit
ci: fix sudden new CI error, with a missing apt-get update
  • Loading branch information
joanise committed Jan 31, 2025
commit 0f10fe797cdf6dbef45f346b2b331ed45fdf76a4
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- run: sudo apt-get install sox libsox-dev ffmpeg
- run: sudo apt-get update
- run: sudo apt-get install --fix-missing sox libsox-dev ffmpeg
- uses: actions/setup-python@v5
with:
python-version: "3.10"
Expand Down