Skip to content

Commit 4f6bcb0

Browse files
committed
Update install portion
1 parent 99226c3 commit 4f6bcb0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ jobs:
2020
run: |
2121
uv venv --python 3.10
2222
source .venv/bin/activate
23-
uv pip install -r requirements.txt
24-
uv pip install pytest pytest-cov
23+
uv pip install -e ".[dev]"
2524
2625
- name: Run tests and collect coverage
2726
run: |
28-
source .venv/bin/activate
2927
pytest --cov=aiperf --cov-report=html:coverage_html
3028
3129
- name: Upload coverage report as artifact

0 commit comments

Comments
 (0)