Skip to content

Commit

Permalink
get svnadmin installed on macOS runners in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Sep 17, 2024
1 parent 26437a2 commit bb88e99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
- run: get-command python ; python --version ; get-command pip ; pip --version
if: matrix.os == 'windows-latest'
- run: git --version
# macOS doesn't currently have Mercurial installed by default.
# macOS doesn't currently have hg or svnadmin installed by default.
- run: brew install subversion
if: matrix.os == 'macOS-latest'
- run: pip install wheel && pip install mercurial
if: matrix.os == 'macOS-latest'
# Install test dependencies, like flake8.
Expand Down

0 comments on commit bb88e99

Please sign in to comment.