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 8b1ce40 commit 1507623Copy full SHA for 1507623
1 file changed
.github/workflows/test_docker.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- pip install pytest requests
+ pip install pytest requests minio
24
25
- name: Build Docker Compose Containers
26
0 commit comments