File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 3535 - name : Install dependencies
3636 run : |
3737 python -m pip install --upgrade pip
38- pip install -r requirements.txt --use-deprecated=legacy-resolver
38+ pip install -r requirements.txt
3939
4040 - name : Run Black check
4141 run : black --check xdoc/ tests/
Original file line number Diff line number Diff line change 4040 - name : Install dependencies
4141 run : |
4242 python -m pip install --upgrade pip
43- pip install -r requirements.txt --use-deprecated=legacy-resolver
43+ pip install -r requirements.txt
4444
4545 - name : Run Black check
4646 run : black --check xdoc/ tests/
Original file line number Diff line number Diff line change 1+ aiolimiter
2+ black
3+ coverage
4+ Jinja2
5+ litellm
6+ pip-tools
7+ pip-upgrade-tool
8+ pydantic
9+ pytest
10+ pytest-cov
11+ pytest-vcr
12+ python-dotenv
You can’t perform that action at this time.
0 commit comments