From 42b9dd25538f62249a5f330034c39f0a3320eb42 Mon Sep 17 00:00:00 2001 From: div72 <60045611+div72@users.noreply.github.com> Date: Sat, 30 Jan 2021 00:10:42 +0300 Subject: [PATCH] ci: remove python workaround --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce8863450a..2a6131da83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,8 +59,7 @@ jobs: key: ${{ runner.os }} - name: install-packages run: | - brew upgrade python || brew link --overwrite python - brew install autoconf automake berkeley-db4 boost miniupnpc qrencode ccache leveldb librsvg libtool libzip openssl pkg-config qt xquartz + brew install autoconf automake berkeley-db4 boost miniupnpc qrencode ccache leveldb librsvg libtool libzip openssl pkg-config python qt xquartz - name: test run: | ./ci/test_run_all.sh