Skip to content

Commit 4300d17

Browse files
committed
Refine up coverage for now
1 parent c4be086 commit 4300d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
pip install uv
221221
uv venv --seed venv
222222
. venv/bin/activate
223-
uv pip install toml
223+
uv pip install -r requirements.txt -r requirements-test.txt
224224
- name: Run complexity report (click to view details)
225225
run: |
226226
. venv/bin/activate

0 commit comments

Comments
 (0)