Skip to content

Commit 11d3b30

Browse files
committed
Ensure extensions are compiled in CI
1 parent 74f1ac0 commit 11d3b30

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ jobs:
3939
run: poetry config virtualenvs.create false
4040

4141
- name: Install dependencies
42-
run: poetry install --only main --only test --only benchmark -vvv
42+
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'
4348
4449
- name: Run benchmarks
4550
uses: CodSpeedHQ/action@v1

0 commit comments

Comments
 (0)