Skip to content

Commit 3074f10

Browse files
committed
Install subversion
1 parent 94295be commit 3074f10

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,15 @@ jobs:
136136
sudo apt-get update
137137
sudo apt-get install bzr
138138
139-
- name: Install MacOS dependencies
139+
- name: Install MacOS x86 dependencies
140140
if: matrix.os == 'macos-12'
141141
run: brew install breezy
142142

143-
- name: Install MacOS dependencies
143+
- name: Install MacOS Arm dependencies
144144
if: matrix.os == 'macos-14'
145-
run: brew install breezy
145+
run: |
146+
brew install breezy
147+
brew install subversion
146148
147149
- run: pip install nox
148150

0 commit comments

Comments
 (0)