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 09c52e1 commit acaede0Copy full SHA for acaede0
.github/workflows/push.yml
@@ -32,10 +32,10 @@ jobs:
32
# 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
+ - run: brew install subversion mercurial
38
if: matrix.os == 'macOS-latest'
+ - run: choco install -y svn hg
+ if: matrix.os == 'windows-latest'
39
# Install test dependencies, like flake8.
40
- run: pip install -r ./requirements-dev.txt
41
# Run tests.
0 commit comments