summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2022-01-31 18:52:29 +0000
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2022-02-01 09:04:00 +0000
commitef7e0c34de20265d047cf03d1b7a8e6b8fc25255 (patch)
tree2f372de8d4b110e53782791ff90514b3f1bda58e /.github
parent193259d3dccae1a527d965ca45f5a61aa93ec9cf (diff)
downloadpip-ef7e0c34de20265d047cf03d1b7a8e6b8fc25255.tar.gz
Avoid setuptools 60.6.0
It has a bug that breaks our test suite, and the relevant bug is being investigated at the moment.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index af13c1896..85b575c3e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -130,7 +130,7 @@ jobs:
if: matrix.os == 'MacOS'
run: brew install bzr
- - run: pip install nox 'virtualenv<20'
+ - run: pip install nox 'virtualenv<20' 'setuptools != 60.6.0'
# Main check
- name: Run unit tests