From 90dce50ad92e82ba04c96f048c99b1643fb2d6fb Mon Sep 17 00:00:00 2001 From: Stefan Scherzinger Date: Mon, 5 Aug 2024 14:13:48 +0200 Subject: [PATCH] Add missing CI dependency --- .github/script/install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/script/install_dependencies.sh b/.github/script/install_dependencies.sh index 4e83ff2..1c7ac32 100755 --- a/.github/script/install_dependencies.sh +++ b/.github/script/install_dependencies.sh @@ -3,7 +3,7 @@ cd $HOME apt-get install -y curl libcurl4-openssl-dev # Python dependencies -python_deps="fastapi uvicorn httpx requests coverage" +python_deps="fastapi uvicorn httpx requests coverage python-multipart" os_name=$(lsb_release -cs) case $os_name in