We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a4bd7 commit e4d8858Copy full SHA for e4d8858
.github/workflows/build.yml
@@ -88,7 +88,9 @@ jobs:
88
fi
89
- name: Test with pytest skipping openai tests
90
if: matrix.python-version != '3.10' && matrix.os == 'ubuntu-latest'
91
+ # Remove the line below once https://github.com/docker/docker-py/issues/3256 is merged
92
run: |
93
+ pip install "requests<2.32.0"
94
pytest test --ignore=test/agentchat/contrib --skip-openai --durations=10 --durations-min=1.0
95
- name: Test with pytest skipping openai and docker tests
96
if: matrix.python-version != '3.10' && matrix.os != 'ubuntu-latest'
0 commit comments