We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f1ac0 commit 11d3b30Copy full SHA for 11d3b30
1 file changed
.github/workflows/codspeed.yml
@@ -39,7 +39,12 @@ jobs:
39
run: poetry config virtualenvs.create false
40
41
- name: Install dependencies
42
- run: poetry install --only main --only test --only benchmark -vvv
+ run: poetry install --only main --only test --only benchmark -vvv --no-root
43
+
44
+ - name: Install pendulum and check extensions
45
+ run: |
46
+ poetry install --only-root
47
+ python -c 'import _pendulum; from pendulum._extensions import _helpers'
48
49
- name: Run benchmarks
50
uses: CodSpeedHQ/action@v1
0 commit comments