gitlab-ci: manual install of 'progress' on macOS

The Homebrew package still uses a release that uses clint, not progress.
This commit is contained in:
Hans-Christoph Steiner
2026-04-20 19:05:56 +02:00
parent 94ec80e9de
commit 569e9fa156

View File

@@ -547,6 +547,9 @@ macOS:
- /bin/bash --version
- /bin/bash -n tests/run-tests
# TODO remove the packages below once they are included in the Homebrew package
- $(brew --prefix fdroidserver)/libexec/bin/python3 -m pip install progress
# test fdroidserver from git with current package's dependencies
- fdroid="$(brew --prefix fdroidserver)/libexec/bin/python3 $PWD/fdroid" ./tests/run-tests