make testable in github action
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
tflite_runtime
|
tensorflow
|
||||||
librosa
|
librosa
|
||||||
pytz
|
pytz
|
||||||
tzlocal
|
tzlocal
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user