diff --git a/.github/workflows/asv.yml b/.github/workflows/asv.yml index 350125a51f..be90e3ec3a 100644 --- a/.github/workflows/asv.yml +++ b/.github/workflows/asv.yml @@ -50,7 +50,7 @@ jobs: - name: Install dependencies run: | pip install --upgrade pip - pip install -e . + pip install -e .[tests] pip install --upgrade asv - name: Setup asv