mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 07:43:09 +00:00
Ensure wheels is installed
This commit is contained in:
parent
d5cb1b8fd3
commit
758740bd7b
2 changed files with 1 additions and 1 deletions
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: |
|
||||
brew install --cask sparkle
|
||||
brew install create-dmg
|
||||
pip3 install --break-system-packages --upgrade pip
|
||||
pip3 install --break-system-packages --upgrade pip setuptools wheel
|
||||
pip3 install --break-system-packages -r dev.txt
|
||||
working-directory: requirements.d
|
||||
- name: Install Vorta
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue