From 9f2516b0a0fb07f2d11b34b16c7fd2532ddcc5f6 Mon Sep 17 00:00:00 2001 From: purificant Date: Wed, 20 Dec 2023 01:39:44 +0000 Subject: [PATCH] setuptools is now a dev dependency, no need to install it separately in ci --- .github/workflows/test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 59ecb73..e45a808 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,7 +38,6 @@ jobs: run: | pip install --no-cache-dir --upgrade pip pip install --no-cache-dir --requirement requirements-dev.txt - pip install setuptools - name: Run code linting checks run: make ci-lint