Skip to content

Commit 1ed13db

Browse files
authored
Ensure yaml python dependency is installed (#624)
Signed-off-by: Josh Pinkney <[email protected]>
1 parent 268c07c commit 1ed13db

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release-typescript-models.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
with:
2121
python-version: '3.9.2'
2222

23+
- name: Install Python dependencies
24+
uses: py-actions/py-dependency-install@v2
25+
with:
26+
path: "api/build/typescript-model/requirements.txt"
27+
2328
- name: Setup node
2429
uses: actions/setup-node@v1
2530
with:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PyYAML==5.4.1

0 commit comments

Comments
 (0)