1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-22 15:57:34 +00:00

Avoid reinstalling Py3.9 in macOS build workflow (#1194)

This commit is contained in:
Daniele Basso 2022-02-06 09:21:50 +00:00 committed by GitHub
parent f4a85e82c4
commit 103634f075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,10 +20,6 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
ref: ${{ github.event.inputs.branch }} ref: ${{ github.event.inputs.branch }}
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install system dependencies - name: Install system dependencies
run: | run: |
brew install openssl readline xz brew install openssl readline xz