From d77fc9e98e8b11550fa7c37413b35d1131bdb577 Mon Sep 17 00:00:00 2001 From: Future-Outlier Date: Sat, 1 Jun 2024 16:51:37 +0800 Subject: [PATCH] add uv pip install setuptools_scm Signed-off-by: Future-Outlier --- .github/workflows/pythonbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonbuild.yml b/.github/workflows/pythonbuild.yml index fe21b509ae..a8e8edad61 100644 --- a/.github/workflows/pythonbuild.yml +++ b/.github/workflows/pythonbuild.yml @@ -414,7 +414,7 @@ jobs: # TODO: double-check if checking out all tags solves the issue export SETUPTOOLS_SCM_PRETEND_VERSION="3.0.0" make setup-global-uv - uv pip install setuptools + uv pip install setuptools_scm cd plugins/${{ matrix.plugin-names }} uv pip install --system . if [ -f dev-requirements.in ]; then uv pip install --system -r dev-requirements.in; fi