Skip to content

Commit

Permalink
add virtualenv to the ci pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Sep 2, 2021
1 parent 8e9bd3a commit 6419e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
update: true
- run: pip install -U setuptools
if: matrix.python_version != 'msys2'
- run: pip install -e .[toml] pytest
- run: pip install -e .[toml] pytest virtualenv
# pip2 is needed because Mercurial uses python2 on Ubuntu 20.04
- run: |
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
Expand Down

0 comments on commit 6419e77

Please sign in to comment.