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 802bfea commit 5ee0659Copy full SHA for 5ee0659
.github/workflows/ci.yml
@@ -23,5 +23,7 @@ jobs:
23
run: python --version
24
- name: Install dependencies
25
run: pip install --requirement requirements/testing.txt
26
+ - name: Install PyDocX
27
+ run: pip install -e .[dev] # editable install so CLI entry points are available
28
- name: Run tests
29
run: nosetests --with-doctest
0 commit comments