summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorq0w <43147888+q0w@users.noreply.github.com>2022-10-19 08:16:04 +0300
committerGitHub <noreply@github.com>2022-10-19 08:16:04 +0300
commit470caee06d0cc50742e0187309e8d6c628679ead (patch)
tree07c30e24a64d8a4f03d3c1848ade78afe99fa64e /.github
parenta8ba0eec6ac3c1f6cf23f1e2e4c64954bd7a08ed (diff)
downloadpip-470caee06d0cc50742e0187309e8d6c628679ead.tar.gz
Replace bzr with breezy
Bzr is disabled https://github.com/Homebrew/homebrew-core/blob/9890144632fb15e68ba22db71c8d355865827f13/Formula/bazaar.rb#L19
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 362f712b1..7687b1b8c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -120,7 +120,7 @@ jobs:
- name: Install MacOS dependencies
if: matrix.os == 'MacOS'
- run: brew install bzr
+ run: brew install breezy
- run: pip install nox 'virtualenv<20' 'setuptools != 60.6.0'