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 ca341f6 commit 8822250Copy full SHA for 8822250
.github/workflows/compatibility_test.yml
@@ -31,6 +31,10 @@ jobs:
31
32
pip install --upgrade pip
33
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
+
38
pip install -r test_compatibility/requirements.txt
39
40
timeout --foreground 10m bash test_compatibility/prepare_data.sh
@@ -71,7 +75,11 @@ jobs:
71
75
source env/bin/activate
72
76
73
77
74
-
78
79
80
81
82
83
84
85
timeout --foreground 10m bash test_compatibility/basic_tests.sh
0 commit comments