Skip to content

Commit 4cec503

Browse files
committed
Install Python requirements prior to build
1 parent d88d453 commit 4cec503

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323

2424
- name: Install dependencies
2525
run: |
26+
pip install -r requirements.txt
2627
npm install
2728
npm install -g gatsby
2829

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pyyaml
2+

0 commit comments

Comments
 (0)