install latest hg and hg evolve in CI

pull/1034/head
Mridul Seth 2021-04-01 17:37:34 +02:00
rodzic 3edc76342c
commit 3112a56f37
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -110,7 +110,8 @@ jobs:
pip freeze
# hg-evolve pinned to 9.2 because hg-evolve dropped support for
# hg 4.5, installed with apt in Ubuntu 18.04
$(hg debuginstall --template "{pythonexe}") -m pip install hg-evolve==9.2 --user
pip install mercurial
$(hg debuginstall --template "{pythonexe}") -m pip install hg-evolve --user
- name: "Run tests"
run: |