Skip to content

Commit ed05518

Browse files
authored
Merge pull request #13598 from notatallshaw/install-svn-for-windows-ci
Install SVN for Windows CI
2 parents 56e5b4d + c86a4a6 commit ed05518

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@ 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+
echo "C:\Program Files (x86)\Subversion\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
209+
204210
- run: pip install nox
205211

206212
# Main check

0 commit comments

Comments
 (0)