1
0
Fork 0
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:
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

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