mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Avoid requests 2.32.0 to fix build (#2761)
* Avoid requests 2.32.0 to fix build * comment * quote
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -88,7 +88,9 @@ jobs:
|
||||
fi
|
||||
- name: Test with pytest skipping openai tests
|
||||
if: matrix.python-version != '3.10' && matrix.os == 'ubuntu-latest'
|
||||
# Remove the line below once https://github.com/docker/docker-py/issues/3256 is merged
|
||||
run: |
|
||||
pip install "requests<2.32.0"
|
||||
pytest test --ignore=test/agentchat/contrib --skip-openai --durations=10 --durations-min=1.0
|
||||
- name: Test with pytest skipping openai and docker tests
|
||||
if: matrix.python-version != '3.10' && matrix.os != 'ubuntu-latest'
|
||||
|
||||
Reference in New Issue
Block a user