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 45229ad commit 6145f46Copy full SHA for 6145f46
.github/workflows/test.yml
@@ -106,7 +106,8 @@ jobs:
106
pip install --upgrade setuptools pip wheel
107
pip install --upgrade -r dev-requirements.txt
108
python setup.py bdist_wheel
109
- pip install dist/*.whl
+ #pip install dist/*.whl
110
+ pip install -e.
111
pip freeze
112
# hg-evolve pinned to 9.2 because hg-evolve dropped support for
113
# hg 4.5, installed with apt in Ubuntu 18.04
0 commit comments