Skip to content

Commit 5c861bf

Browse files
committed
Update dependency installation in workflows to include jsonschema and requests
1 parent cf54719 commit 5c861bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/OnPush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install pytest build Coverage
29-
pip install tomlkit==0.13.2
29+
pip install tomlkit==0.13.2 jsonschema==4.25.1 requests==2.32.5
3030
3131
- name: Install make
3232
run: sudo apt-get install make

.github/workflows/OnRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install pytest coverage
28-
pip install tomlkit==0.13.2
28+
pip install tomlkit==0.13.2 jsonschema==4.25.1 requests==2.32.5
2929
3030
- name: Install make
3131
run: sudo apt-get install make

0 commit comments

Comments
 (0)