Skip to content

Commit e44200a

Browse files
actions: install subversion for tests
1 parent 70fc746 commit e44200a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test_fast.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
python=${{ matrix.python-version }}
5252
pip
5353
bash
54+
subversion
5455
sqlite
5556
5657
- name: Install Python Dependencies

.github/workflows/test_functional.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,11 @@ jobs:
115115
pip
116116
bash
117117
coreutils
118-
sed
119118
grep
120-
tree
119+
sed
121120
sqlite
121+
subversion
122+
tree
122123
123124
- name: Create global config
124125
run: |

0 commit comments

Comments
 (0)