Skip to content

Commit b00af6b

Browse files
committed
fix: add pytest-benchmark to test-wheels dependencies
1 parent f8d1592 commit b00af6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-automated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ jobs:
412412
uv pip install --system --find-links=dist --no-index dioxide
413413
414414
- name: Install test dependencies
415-
run: uv pip install --system pytest pytest-cov pytest-asyncio mypy
415+
run: uv pip install --system pytest pytest-cov pytest-asyncio pytest-benchmark mypy
416416

417417
- name: Run smoke tests
418418
run: python tests/smoke_test.py

0 commit comments

Comments
 (0)