Skip to content

Commit a833c39

Browse files
authored
install setup-tools for hg
1 parent 3112a56 commit a833c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ jobs:
110110
pip freeze
111111
# hg-evolve pinned to 9.2 because hg-evolve dropped support for
112112
# 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
113+
$(hg debuginstall --template "{pythonexe}") -m pip install setuptools --user
114+
$(hg debuginstall --template "{pythonexe}") -m pip install hg-evolve==9.2 --user
115115
116116
- name: "Run tests"
117117
run: |

0 commit comments

Comments
 (0)