Skip to content

Commit 13181a7

Browse files
committed
fixing pipeline
1 parent f5d2827 commit 13181a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-pipeline.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@ jobs:
2020

2121
- name: Install dependencies
2222
run: pip install .
23+
24+
- name: Install pytest
25+
run: pip install pytest
26+
2327
- name: Run tests
2428
run: pytest

0 commit comments

Comments
 (0)