Install and start tor on macos only for py2.7 - for core tests

This commit is contained in:
Dmitri Bogomolov 2021-07-04 19:53:40 +03:00
parent f2952b4f03
commit c687e45da7
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -38,7 +38,7 @@ jobs:
$install qtbase5-dev qt5-default $install qtbase5-dev qt5-default
fi fi
- name: Install brew dependencies - name: Install brew dependencies
if: ${{ runner.os == 'macOS' }} if: ${{ runner.os == 'macOS' && matrix.python-version == '2.7' }}
run: | run: |
brew install tor brew install tor
brew services start tor brew services start tor