Skip to content

Commit 9d01916

Browse files
committed
install requests module
1 parent e531d9d commit 9d01916

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/system-tests-backend.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
with:
5252
python-version: '3.10.5'
5353

54+
- name: Install Python dependencies
55+
run: |
56+
python3 -m pip install --upgrade pip
57+
python3 -m pip install requests
58+
5459
- name: Set up Java
5560
uses: actions/setup-java@v4
5661
with:

0 commit comments

Comments
 (0)