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 f8d1592 commit b00af6bCopy full SHA for b00af6b
.github/workflows/release-automated.yml
@@ -412,7 +412,7 @@ jobs:
412
uv pip install --system --find-links=dist --no-index dioxide
413
414
- name: Install test dependencies
415
- run: uv pip install --system pytest pytest-cov pytest-asyncio mypy
+ run: uv pip install --system pytest pytest-cov pytest-asyncio pytest-benchmark mypy
416
417
- name: Run smoke tests
418
run: python tests/smoke_test.py
0 commit comments