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