We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476f193 commit a5acb68Copy full SHA for a5acb68
.github/workflows/python-tests.yml
@@ -69,10 +69,7 @@ jobs:
69
- run: pip install -U 'setuptools>=45'
70
if: matrix.python_version != 'msys2'
71
- run: pip install -e .[toml,test]
72
- # pip2 is needed because Mercurial uses python2 on Ubuntu 20.04
73
- run: |
74
- curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
75
- sudo python2 get-pip.py
76
$(hg debuginstall --template "{pythonexe}") -m pip install hg-git --user
77
if: matrix.os == 'ubuntu-latest'
78
- run: pytest
0 commit comments