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

4
.gitignore vendored
View File

@ -8,3 +8,7 @@ custom_project_test.yml
.brand_name .brand_name
.build_number .build_number
.version_number .version_number
# this is CI specific
Brewfile_CI
Brewfile_CI.lock.json