Skip to content

Commit c553bf0

Browse files
committed
Fixing pytest-codecov.yml
1 parent 9888669 commit c553bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest-codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Run commands
2525
run: |
26-
source .venv/bin/activate
26+
uv sync --all-extras --frozen
2727
qclib compile -N
2828
pytest
2929

0 commit comments

Comments
 (0)