Skip to content

Commit 37b3513

Browse files
authored
Update python-package.yml
1 parent 8651bfd commit 37b3513

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip wheel
2929
python -m pip install -r requirements-dev.txt
30+
- name: Temporary installation
31+
run: python -m pip install -e .
32+
- name: Test with pytest
33+
run: |
34+
pytest
3035
- name: Build package
3136
run: |
3237
python setup.py sdist bdist_wheel
3338
- name: Install package
3439
run: python -m pip install --find-links=dist --no-index --ignore-installed docstring_to_markdown
3540
- name: Pip check
3641
run: python -m pip check
37-
- name: Test with pytest
38-
run: |
39-
pytest

0 commit comments

Comments
 (0)