Skip to content

Commit

Permalink
install setup-tools for hg
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS authored Apr 3, 2021
1 parent 3112a56 commit a833c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +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
pip install mercurial
$(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
- name: "Run tests"
run: |
Expand Down

0 comments on commit a833c39

Please sign in to comment.