Skip to content

Commit a721606

Browse files
Copilotnotatallshaw
andcommitted
Fix CI: Install subversion for Ubuntu CI workers
- Add subversion to the Ubuntu dependency installation step in CI - This fixes the failing test_ensure_svn_available test which expects SVN to be available in CI environment - Addresses test failure in ubuntu-latest CI workers Co-authored-by: notatallshaw <[email protected]>
1 parent 8154454 commit a721606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
if: startsWith(matrix.os, 'ubuntu-')
136136
run: |
137137
sudo apt-get update
138-
sudo apt-get install bzr
138+
sudo apt-get install bzr subversion
139139
140140
- name: Install MacOS dependencies
141141
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)