Re-arange steps

This commit is contained in:
Balazs Perlaki-Horvath 2024-02-14 09:42:29 +01:00
parent 6169f9d480
commit 84fef1d5d6

View File

@ -32,6 +32,9 @@ jobs:
with:
path: custom
- name: Install Python dependencies for custom project generation
run: python -m pip install pyyaml
- name: Test python scripts
run: |
cd custom
@ -55,9 +58,6 @@ jobs:
repository: kiwix/apple
path: apple
- name: Install Python dependencies for custom project generation
run: python -m pip install pyyaml
- name: Install Kiwix dependencies
run: | # remove pre-commit, it's not needed for CI
cd apple