Skip to content

Commit 8a22af0

Browse files
fix: install python dependencies for CI runner
1 parent 6104729 commit 8a22af0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
with:
2424
python-version: "3.10"
2525

26+
- name: Install Dependencies
27+
run: |
28+
python -m pip install --upgrade pip
29+
pip install pyyaml requests
30+
2631
- name: Run Integration Tests
2732
shell: bash
2833
run: |

0 commit comments

Comments
 (0)