We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7007451 commit bf316e6Copy full SHA for bf316e6
.github/workflows/push.yml
@@ -29,7 +29,9 @@ jobs:
29
- run: get-command python ; python --version ; get-command pip ; pip --version
30
if: matrix.os == 'windows-latest'
31
- run: git --version
32
- # macOS doesn't currently have hg or svnadmin installed by default.
+ # Make sure Subversion and Mercurial are installed on Windows and macOS.
33
+ - run: sudo apt-get update && sudo apt-get install -y subversion mercurial
34
+ if: matrix.os == 'ubuntu-latest'
35
- run: brew install subversion
36
if: matrix.os == 'macOS-latest'
37
- run: pip install wheel && pip install mercurial
0 commit comments