Skip to content

Commit 0ffb18f

Browse files
committed
fix: workflow python dependency
1 parent 39d2659 commit 0ffb18f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/static.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@ jobs:
2929
with:
3030
node-version: "20.x"
3131

32-
- name: Install dependencies
33-
run: |
34-
npm install
35-
3632
- name: Install Python
3733
uses: actions/setup-python@v5
3834
with:
3935
python-version: "3.x"
36+
37+
- name: Install Dependencies
38+
run: |
39+
npm install
40+
pip install PyYAML
4041
4142
- name: Add Secret Files
4243
env:

0 commit comments

Comments
 (0)