Skip to content

Commit e4d8858

Browse files
ekzhuvictordibia
authored andcommitted
Avoid requests 2.32.0 to fix build (#2761)
* Avoid requests 2.32.0 to fix build * comment * quote
1 parent d6a4bd7 commit e4d8858

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ jobs:
8888
fi
8989
- name: Test with pytest skipping openai tests
9090
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
9192
run: |
93+
pip install "requests<2.32.0"
9294
pytest test --ignore=test/agentchat/contrib --skip-openai --durations=10 --durations-min=1.0
9395
- name: Test with pytest skipping openai and docker tests
9496
if: matrix.python-version != '3.10' && matrix.os != 'ubuntu-latest'

0 commit comments

Comments
 (0)