Skip to content

Commit ac18528

Browse files
committed
how about pip?
1 parent 5e4957c commit ac18528

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ 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-
sudo apt-get update
114-
sudo apt-get install mercurial
113+
pip install mercurial
115114
$(hg debuginstall --template "{pythonexe}") -m pip install hg-evolve --user
116115
117116
- name: "Run tests"

0 commit comments

Comments
 (0)