We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9888669 commit c553bf0Copy full SHA for c553bf0
.github/workflows/pytest-codecov.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Run commands
25
run: |
26
- source .venv/bin/activate
+ uv sync --all-extras --frozen
27
qclib compile -N
28
pytest
29
0 commit comments