summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2020-06-06 10:42:31 +0100
committerGitHub <noreply@github.com>2020-06-06 10:42:31 +0100
commit3b1683870cac1ce3fe9060dccf9ed44518ccb386 (patch)
tree1877f8c7eae53c797d174ed1198575b9742ff6ce /.github/workflows
parent4b146e3baa64d5700cc218bba6c9fa08fe9dadee (diff)
downloadvirtualenv-3b1683870cac1ce3fe9060dccf9ed44518ccb386.tar.gz
CI PyPy3 use new virtualenv (#1849)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 8a920d8..ae91448 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -53,7 +53,7 @@ jobs:
run: python -m pip install tox
- uses: actions/checkout@v2
- name: use local virtualenv for tox
- run: python -m pip install ${{ runner.os == 'Windows' && matrix.py == 'pypy3' && 'virtualenv<20' || '.'}}
+ run: python -m pip install .
- name: setup python for test ${{ matrix.py }}
if: "!startsWith(matrix.py,'brew@py')"
uses: actions/setup-python@v2