Skip to content

Commit ce34ec2

Browse files
author
Lukas Geiger
committed
ci: install ApiProber before smoke tests
1 parent 715f89e commit ce34ec2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Install test dependencies
3131
run: python -m pip install --upgrade pip pytest
3232

33+
- name: Install ApiProber package
34+
run: python -m pip install -e .
35+
3336
- name: Run smoke tests
3437
run: python -m pytest -q
3538

0 commit comments

Comments
 (0)