summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTzu-ping Chung <uranusjr@gmail.com>2022-07-22 13:22:17 +0800
committerTzu-ping Chung <uranusjr@gmail.com>2022-10-28 01:51:13 +0800
commitf96ba08dbc8b970d9a740717c9730017eedf81f2 (patch)
treebfe31995588e1082cb900805d1b7f29d9ec50946 /.github
parentd66d751ed30446241396fd5c13b93a369690545e (diff)
downloadpip-f96ba08dbc8b970d9a740717c9730017eedf81f2.tar.gz
Bump virtualenv to 20+ in tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7687b1b8c..9f5b34737 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -122,7 +122,7 @@ jobs:
if: matrix.os == 'MacOS'
run: brew install breezy
- - run: pip install nox 'virtualenv<20' 'setuptools != 60.6.0'
+ - run: pip install nox 'virtualenv>=20' 'setuptools!=60.6.0'
# Main check
- name: Run unit tests
@@ -179,7 +179,7 @@ jobs:
$acl.AddAccessRule($rule)
Set-Acl "R:\Temp" $acl
- - run: pip install nox 'virtualenv<20'
+ - run: pip install nox 'virtualenv>=20'
env:
TEMP: "R:\\Temp"
@@ -261,7 +261,7 @@ jobs:
- name: Install Ubuntu dependencies
run: sudo apt-get install bzr
- - run: pip install nox 'virtualenv<20'
+ - run: pip install nox 'virtualenv>=20'
- name: Run unit tests
run: >-