From 7f0cb3f25f11c0ce35366ef289098d24eff7d6c4 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 15 Feb 2026 13:38:32 -0600 Subject: [PATCH] bpr CI: install setuptools --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04472fd..437d21c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: python-version: '3.x' - name: "Main Script" run: | - EXTRA_INSTALL="basedpyright pytest pybind11" + EXTRA_INSTALL="basedpyright pytest pybind11 setuptools" curl -L -O https://tiker.net/ci-support-v0 . ./ci-support-v0