diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 3d601cea..452c0a02 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -39,7 +39,12 @@ jobs: run: poetry config virtualenvs.create false - name: Install dependencies - run: poetry install --only main --only test --only benchmark -vvv + run: poetry install --only main --only test --only benchmark -vvv --no-root + + - name: Install pendulum and check extensions + run: | + poetry install --only-root + python -c 'import _pendulum; import pendulum.extensions._helpers' - name: Run benchmarks uses: CodSpeedHQ/action@v1