Skip to content

Commit 8822250

Browse files
downgrade python docker package
1 parent ca341f6 commit 8822250

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/compatibility_test.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
3232
pip install --upgrade pip
3333
34+
# FIXME(yokofly): docker 7.0.0 introduce a breaking change
35+
# https://github.com/docker/docker-py/issues/3194
36+
pip install docker==6.1.3
37+
3438
pip install -r test_compatibility/requirements.txt
3539
3640
timeout --foreground 10m bash test_compatibility/prepare_data.sh
@@ -71,7 +75,11 @@ jobs:
7175
source env/bin/activate
7276
7377
pip install --upgrade pip
74-
78+
79+
# FIXME(yokofly): docker 7.0.0 introduce a breaking change
80+
# https://github.com/docker/docker-py/issues/3194
81+
pip install docker==6.1.3
82+
7583
pip install -r test_compatibility/requirements.txt
7684
7785
timeout --foreground 10m bash test_compatibility/basic_tests.sh

0 commit comments

Comments
 (0)