mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 05:36:19 +00:00
Bump Borg version, remove PyQt pinning (#1195)
This commit is contained in:
parent
103634f075
commit
3b87419431
1 changed files with 1 additions and 4 deletions
5
.github/workflows/build-macos.yml
vendored
5
.github/workflows/build-macos.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
borg_version:
|
||||
description: 'Borg version to package'
|
||||
required: true
|
||||
default: '1.1.16'
|
||||
default: '1.1.17'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -32,9 +32,6 @@ jobs:
|
|||
working-directory: requirements.d
|
||||
- name: Install Vorta
|
||||
run: |
|
||||
# Use PyQt5 version supported by PyInstaller.
|
||||
# See https://github.com/pyinstaller/pyinstaller/issues/5701
|
||||
pip3 install 'pyqt5<=5.15.3'
|
||||
pip3 install .
|
||||
- name: Package with PyInstaller
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue