make testable in github action

This commit is contained in:
frederik
2025-11-09 20:08:24 +01:00
committed by Nachtzuster
parent 0caea78f94
commit b479855cfc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
tflite_runtime tensorflow
librosa librosa
pytz pytz
tzlocal tzlocal
+1 -1
View File
@@ -38,7 +38,7 @@ get_tf_whl () {
if [ -n "$WHL" ]; then if [ -n "$WHL" ]; then
{ {
curl -L -o $HOME/BirdNET-Pi/$WHL $BASE_URL$WHL curl -L -o $HOME/BirdNET-Pi/$WHL $BASE_URL$WHL
sed "s/tflite_runtime.*/$WHL/" $HOME/BirdNET-Pi/requirements.txt > requirements_custom.txt sed "s/tensorflow.*/$WHL/" $HOME/BirdNET-Pi/requirements.txt > requirements_custom.txt
} }
fi fi
} }