We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c4bad commit b833880Copy full SHA for b833880
.github/workflows/docker.yml
@@ -19,6 +19,8 @@ jobs:
19
- uses: actions/setup-python@v4
20
with:
21
python-version: '3.10'
22
+ - name: Install Python pre-requisites
23
+ run: python3 -m pip install requests
24
- name: Optionally update README on Docker hub
25
env:
26
OPENGROK_PULL_REQUEST: ${{ github.head_ref }}
0 commit comments