Install and start tor on macos only for py2.7 - for core tests
This commit is contained in:
parent
f2952b4f03
commit
c687e45da7
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
$install qtbase5-dev qt5-default
|
||||
fi
|
||||
- name: Install brew dependencies
|
||||
if: ${{ runner.os == 'macOS' }}
|
||||
if: ${{ runner.os == 'macOS' && matrix.python-version == '2.7' }}
|
||||
run: |
|
||||
brew install tor
|
||||
brew services start tor
|
||||
|
|
Reference in New Issue
Block a user