From 46c94e38576e624f9265b39765144bb331576a9c Mon Sep 17 00:00:00 2001 From: JLSteenwyk Date: Mon, 22 Apr 2024 15:43:03 -0700 Subject: [PATCH] added setuptools to ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 016dda9..123aa22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: - name: Install dependencies run: | pip install -r requirements.txt + # py 3.12 no longer comes bundled with setuptools so we need to install it + pip install setuptools # make clipkit CLI available for tests make install # install deps for tests