We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f973c8c commit 2af3835Copy full SHA for 2af3835
.github/workflows/doctest.yml
@@ -14,5 +14,8 @@ jobs:
14
with:
15
python-version: '3.9'
16
17
+ - name: Install package
18
+ run: pip install .
19
+
20
- name: Run tests
21
run: python -m doctest riot_release_manager.py
0 commit comments