Skip to content

Commit 5ee0659

Browse files
Refs #265. Install pydocx
1 parent 802bfea commit 5ee0659

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ jobs:
2323
run: python --version
2424
- name: Install dependencies
2525
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
2628
- name: Run tests
2729
run: nosetests --with-doctest

0 commit comments

Comments
 (0)