diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0aa4e733..23aa4321 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,6 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip wheel setuptools - pip install -r requirements.txt pip install -e . pip install pytest-cov - name: Run tests and collect coverage