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