File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,22 @@ jobs:
4646 brew install subversion mercurial
4747 if : matrix.os == 'macos-latest'
4848
49+ - name : Install dependencies (macOS)
50+ run : |
51+ brew install subversion mercurial breezy
52+ if : matrix.os == 'macos-latest'
53+
4954 - name : Install dependencies (Ubuntu)
5055 run : |
5156 sudo apt-get update
52- sudo apt-get install -y subversion mercurial
57+ sudo apt-get install -y subversion mercurial brz
5358 if : startsWith(matrix.os, 'ubuntu')
5459
60+ - name : Install breezy pip (Ubuntu 24.04)
61+ run : |
62+ python -m pip install --upgrade breezy # Adds breezy to the PYTHONPATH
63+ if : startsWith(matrix.os, 'ubuntu-24.04')
64+
5565 - name : Test with pytest
5666 run : |
5767 pip install --upgrade .[test]
You can’t perform that action at this time.
0 commit comments