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 3112a56 commit a833c39Copy full SHA for a833c39
.github/workflows/test.yml
@@ -110,8 +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
- pip install mercurial
114
- $(hg debuginstall --template "{pythonexe}") -m pip install hg-evolve --user
+ $(hg debuginstall --template "{pythonexe}") -m pip install setuptools --user
+ $(hg debuginstall --template "{pythonexe}") -m pip install hg-evolve==9.2 --user
115
116
- name: "Run tests"
117
run: |
0 commit comments