Skip to content

Commit 6145f46

Browse files
committed
Experiment with different install mechanism to get coverage
1 parent 45229ad commit 6145f46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ jobs:
106106
pip install --upgrade setuptools pip wheel
107107
pip install --upgrade -r dev-requirements.txt
108108
python setup.py bdist_wheel
109-
pip install dist/*.whl
109+
#pip install dist/*.whl
110+
pip install -e.
110111
pip freeze
111112
# hg-evolve pinned to 9.2 because hg-evolve dropped support for
112113
# hg 4.5, installed with apt in Ubuntu 18.04

0 commit comments

Comments
 (0)