Skip to content

Commit 9a75d6f

Browse files
committed
Resource venv
1 parent 4f6bcb0 commit 9a75d6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
2525
- name: Run tests and collect coverage
2626
run: |
27+
source .venv/bin/activate
2728
pytest --cov=aiperf --cov-report=html:coverage_html
2829
2930
- name: Upload coverage report as artifact

0 commit comments

Comments
 (0)