Skip to content

Commit 2af3835

Browse files
committed
fixup! ci: Doctest in CI
1 parent f973c8c commit 2af3835

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/doctest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ jobs:
1414
with:
1515
python-version: '3.9'
1616

17+
- name: Install package
18+
run: pip install .
19+
1720
- name: Run tests
1821
run: python -m doctest riot_release_manager.py

0 commit comments

Comments
 (0)