Skip to content

Commit acaede0

Browse files
committed
install subversion and mercurial on Windows runners
1 parent 09c52e1 commit acaede0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
# Make sure Subversion and Mercurial are installed on Windows and macOS.
3333
- run: sudo apt-get update && sudo apt-get install -y subversion mercurial
3434
if: matrix.os == 'ubuntu-latest'
35-
- run: brew install subversion
36-
if: matrix.os == 'macOS-latest'
37-
- run: pip install wheel && pip install mercurial
35+
- run: brew install subversion mercurial
3836
if: matrix.os == 'macOS-latest'
37+
- run: choco install -y svn hg
38+
if: matrix.os == 'windows-latest'
3939
# Install test dependencies, like flake8.
4040
- run: pip install -r ./requirements-dev.txt
4141
# Run tests.

0 commit comments

Comments
 (0)