Skip to content

Commit a9eed86

Browse files
committed
Refine up coverage for now
1 parent 3f332b2 commit a9eed86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/verify.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,12 @@ jobs:
215215
steps:
216216
- name: Check out committed code
217217
uses: actions/checkout@v4
218+
- name: Prepare python
219+
run: |
220+
pip install uv
221+
uv venv --seed venv
222+
. venv/bin/activate
223+
uv pip install toml
218224
- name: Run complexity report (click to view details)
219225
run: |
220226
. venv/bin/activate

0 commit comments

Comments
 (0)