diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index a22e2af..ef133e8 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -23,11 +23,11 @@ jobs: python -m pip install --upgrade pip pip install flake8 pytest pytest-cov pytest-codspeed # Install "cmake", "cython" for networkit. Must happen first: - pip install --upgrade cmake cython + pip install --upgrade cmake cython pip install -e ".[sql,networkit,igraph]" - name: Run benchmarks uses: CodSpeedHQ/action@v2 with: token: ${{ secrets.CODSPEED_TOKEN }} - run: pytest tests/ --codspeed \ No newline at end of file + run: pytest . --codspeed \ No newline at end of file