From c687e45da791736eaf2cbec8717a37127bf8db34 Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Sun, 4 Jul 2021 19:53:40 +0300 Subject: [PATCH] Install and start tor on macos only for py2.7 - for core tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7f30eea6..e890cb76 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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