mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-08 06:35:23 -04:00
Re-arange steps
This commit is contained in:
parent
6169f9d480
commit
84fef1d5d6
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -32,6 +32,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: custom
|
path: custom
|
||||||
|
|
||||||
|
- name: Install Python dependencies for custom project generation
|
||||||
|
run: python -m pip install pyyaml
|
||||||
|
|
||||||
- name: Test python scripts
|
- name: Test python scripts
|
||||||
run: |
|
run: |
|
||||||
cd custom
|
cd custom
|
||||||
@ -55,9 +58,6 @@ jobs:
|
|||||||
repository: kiwix/apple
|
repository: kiwix/apple
|
||||||
path: apple
|
path: apple
|
||||||
|
|
||||||
- name: Install Python dependencies for custom project generation
|
|
||||||
run: python -m pip install pyyaml
|
|
||||||
|
|
||||||
- name: Install Kiwix dependencies
|
- name: Install Kiwix dependencies
|
||||||
run: | # remove pre-commit, it's not needed for CI
|
run: | # remove pre-commit, it's not needed for CI
|
||||||
cd apple
|
cd apple
|
||||||
|
Loading…
x
Reference in New Issue
Block a user