Skip to content

Commit 6419e77

Browse files
add virtualenv to the ci pipelines
1 parent 8e9bd3a commit 6419e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
update: true
4141
- run: pip install -U setuptools
4242
if: matrix.python_version != 'msys2'
43-
- run: pip install -e .[toml] pytest
43+
- run: pip install -e .[toml] pytest virtualenv
4444
# pip2 is needed because Mercurial uses python2 on Ubuntu 20.04
4545
- run: |
4646
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py

0 commit comments

Comments
 (0)