Skip to content

Commit 73da1fd

Browse files
committed
Install SVN for Windows CI
1 parent d96a80c commit 73da1fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,11 @@ jobs:
201201
python-version: ${{ matrix.python }}
202202
allow-prereleases: true
203203

204+
- name: Install SVN via Chocolatey
205+
shell: pwsh
206+
run: |
207+
choco install svn -y --no-progress
208+
204209
- run: pip install nox
205210

206211
# Main check

0 commit comments

Comments
 (0)