From 89ba9d211c32c8c3ba01290f9cf425a581d5abc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Trifir=C3=B2?= Date: Thu, 26 Sep 2024 10:37:39 +0200 Subject: [PATCH] [CI/Build] install setuptools-scm when building the wheel --- .github/workflows/scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/build.sh b/.github/workflows/scripts/build.sh index cd617e9f19fb..d2758323c0d9 100644 --- a/.github/workflows/scripts/build.sh +++ b/.github/workflows/scripts/build.sh @@ -8,7 +8,7 @@ PATH=${cuda_home}/bin:$PATH LD_LIBRARY_PATH=${cuda_home}/lib64:$LD_LIBRARY_PATH # Install requirements -$python_executable -m pip install wheel packaging +$python_executable -m pip install wheel packaging setuptools-scm>=8.0 $python_executable -m pip install -r requirements-cuda.txt # Limit the number of parallel jobs to avoid OOM