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 8e9bd3a commit 6419e77Copy full SHA for 6419e77
.github/workflows/python-tests.yml
@@ -40,7 +40,7 @@ jobs:
40
update: true
41
- run: pip install -U setuptools
42
if: matrix.python_version != 'msys2'
43
- - run: pip install -e .[toml] pytest
+ - run: pip install -e .[toml] pytest virtualenv
44
# pip2 is needed because Mercurial uses python2 on Ubuntu 20.04
45
- run: |
46
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
0 commit comments