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 3edc763 commit 3112a56Copy full SHA for 3112a56
.github/workflows/test.yml
@@ -110,7 +110,8 @@ jobs:
110
pip freeze
111
# hg-evolve pinned to 9.2 because hg-evolve dropped support for
112
# hg 4.5, installed with apt in Ubuntu 18.04
113
- $(hg debuginstall --template "{pythonexe}") -m pip install hg-evolve==9.2 --user
+ pip install mercurial
114
+ $(hg debuginstall --template "{pythonexe}") -m pip install hg-evolve --user
115
116
- name: "Run tests"
117
run: |
0 commit comments