Skip to content

Commit f9912e4

Browse files
committed
feat(#287): Fixed imports in github actions
1 parent 4e85c0c commit f9912e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install dependecies
4141
if: steps.cache-dependencies.outputs.cache-hit != 'true'
4242
run: |
43-
pip install scrap_engine pdoc3
43+
pip install scrap_engine pdoc3 yaml
4444
sudo apt-get -qq install pandoc
4545
4646
- name: Preprocess page files
@@ -100,7 +100,7 @@ jobs:
100100
- name: Install dependecies
101101
if: steps.cache-dependencies.outputs.cache-hit != 'true'
102102
run: |
103-
pip install scrap_engine
103+
pip install scrap_engine yaml
104104
105105
- name: Make multipage wiki
106106
run: |

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: '3.12'
2020

2121
- name: install deps
22-
run: pip install scrap_engine
22+
run: pip install scrap_engine yaml
2323

2424
- name: gen-wiki
2525
run: python util.py wiki

0 commit comments

Comments
 (0)