We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d44c09 + 68f20f3 commit 01d4ae3Copy full SHA for 01d4ae3
.github/workflows/sanitize.yml
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
sudo apt-get -qq update
26
sudo apt-get -qq -y install libsox-fmt-mp3 sox jq
27
+ python3 -m pip install numpy typing_extensions
28
python3 -m pip install -r requirements.txt
29
30
- name: Get changed files
0 commit comments