From 6eb865e598edaa69c27a6881b1bfe67b05a943b4 Mon Sep 17 00:00:00 2001 From: Jordi Mas Date: Sun, 13 Oct 2024 16:23:08 +0200 Subject: [PATCH] wheel not needed --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cabf611..6805304 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,6 @@ jobs: - name: Install module run: | - pip install --no-cache-dir wheel pip install --no-cache-dir -e .[dev] - name: Run tests