From 80b6a435e8d2baf407275d9f89e7752d8adf5690 Mon Sep 17 00:00:00 2001 From: Clementine Urquizar Date: Mon, 21 Dec 2020 15:25:05 +0100 Subject: [PATCH] Fix CI --- .github/workflows/tests.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7f82daa2..b54a64d1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,14 +18,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Download and run MeiliSearch - # The 4 following lines should be a temporary fix - # See the related PR in meilisearch-swift: https://github.com/meilisearch/meilisearch-swift/pull/84 - # See the releated issue in virtual-environements: https://github.com/actions/virtual-environments/issues/1811 run: | - brew uninstall openssl@1.0.2t - brew uninstall python@2.7.17 - brew untap local/openssl - brew untap local/python2 brew update brew install meilisearch - name: Run MeiliSearch