Skip to content

Commit 33816b9

Browse files
committed
tests: run tests require dev dependencies
Signed-off-by: Kairo Araujo <kairo@dearaujo.nl>
1 parent 5676af8 commit 33816b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: Run tests
5353
run: |
5454
source $VENV
55+
make init
5556
pytest -rs tests
5657
5758
# Run code analysis checks

0 commit comments

Comments
 (0)