Skip to content

Commit

Permalink
install latest hg and hg evolve in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS committed Apr 1, 2021
1 parent 3edc763 commit 3112a56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3112a56

Please sign in to comment.