Skip to content

Commit 7359084

Browse files
author
avandras
committed
Install deps for coverage
1 parent f826bf1 commit 7359084

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
with:
5656
python-version: 3.11
5757

58+
- name: Install dependencies
59+
run: python .github/workflows/install_deps.py
60+
5861
- name: Combine coverage
5962
run: python .github/workflows/run_tests.py combine
6063

0 commit comments

Comments
 (0)