From 888b0364550490f37d8cbaf8b746a6b8b7d65b3f Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sun, 30 Mar 2025 23:42:16 +0530 Subject: [PATCH] cleanup/ci: remove setuptools from developer deps in CI Removing unused developer dependency setuptools since we no longer use it in the backend and instead use Hatch instead. --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd1917f..ff2c55e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: - name: Install developer dependencies run: | - python3 -m pip install -U pip setuptools + python3 -m pip install -U pip python3 -m pip install -U pytest pytest-runner flake8 - name: Install sphinx dependencies @@ -65,7 +65,7 @@ jobs: - name: Install developer dependencies run: | - python3 -m pip install -U pip setuptools + python3 -m pip install -U pip python3 -m pip install -U pytest pytest-runner flake8 - name: Install sphinx dependencies @@ -110,7 +110,7 @@ jobs: - name: Install developer dependencies run: | - python3 -m pip install -U pip setuptools + python3 -m pip install -U pip python3 -m pip install -U pytest pytest-runner flake8 - name: Install sphinx dependencies