Skip to content

Commit b833880

Browse files
committed
install requests
1 parent b5c4bad commit b833880

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- uses: actions/setup-python@v4
2020
with:
2121
python-version: '3.10'
22+
- name: Install Python pre-requisites
23+
run: python3 -m pip install requests
2224
- name: Optionally update README on Docker hub
2325
env:
2426
OPENGROK_PULL_REQUEST: ${{ github.head_ref }}

0 commit comments

Comments
 (0)