Fix by removing pre-commit dependency on CI

This commit is contained in:
Balazs Perlaki-Horvath 2024-02-11 17:38:59 +01:00
parent 01499da7e6
commit 03e30bfdb6
2 changed files with 8 additions and 4 deletions

View File

@ -51,10 +51,10 @@ jobs:
run: python -m pip install pyyaml
- name: Install Kiwix dependencies
run:
|
run: | # remove pre-commit, it's not needed for CI
cd apple
brew bundle --force
cat Brewfile | grep -v -e pre-commit > Brewfile_CI
brew bundle --force --file Brewfile_CI
cd ..
- name: Generate project based on tag

6
.gitignore vendored
View File

@ -7,4 +7,8 @@ custom_project_test.yml
# temp files for build
.brand_name
.build_number
.version_number
.version_number
# this is CI specific
Brewfile_CI
Brewfile_CI.lock.json