Bump Borg version, remove PyQt pinning (#1195)

This commit is contained in:
Manu 2022-02-06 15:07:41 +04:00 committed by GitHub
parent 103634f075
commit 3b87419431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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: |