ci: use minio==7.2.18 (#3581)

Looks like they broke the public API in a minor version: https://github.com/minio/minio-py/releases/tag/7.2.19
It was probably not intetional, until they figure it out, let's use the older working version.

Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
This commit is contained in:
Andrei Aaron
2025-11-24 14:10:35 +02:00
committed by GitHub
parent 3b931a3a7a
commit 7bc6637380
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ jobs:
--health-cmd "curl http://localhost:9000/minio/health/live" \
minio/minio:RELEASE.2024-07-16T23-46-41Z server /data
- name: Install py minio
run: pip3 install minio
run: pip3 install minio==7.2.18
- name: Wait for minio to come up
run: |
@@ -306,7 +306,7 @@ jobs:
--health-cmd "curl http://localhost:9000/minio/health/live" \
minio/minio:RELEASE.2024-07-16T23-46-41Z server /data
- name: Install py minio
run: pip3 install minio
run: pip3 install minio==7.2.18
- name: Wait for minio to come up
run: |