From 103634f075ef45a9414d014e339bf660393d8733 Mon Sep 17 00:00:00 2001 From: Daniele Basso Date: Sun, 6 Feb 2022 09:21:50 +0000 Subject: [PATCH] Avoid reinstalling Py3.9 in macOS build workflow (#1194) --- .github/workflows/build-macos.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 94eafc90..8925be80 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -20,10 +20,6 @@ jobs: uses: actions/checkout@v2 with: ref: ${{ github.event.inputs.branch }} - - name: Set up Python - uses: actions/setup-python@v1 - with: - python-version: 3.9 - name: Install system dependencies run: | brew install openssl readline xz