mirror of https://github.com/borgbase/vorta
Avoid reinstalling Py3.9 in macOS build workflow (#1194)
This commit is contained in:
parent
f4a85e82c4
commit
103634f075
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue