forked from phoenix/litellm-mirror
Update tests.yml
This commit is contained in:
parent
f312bcfe5a
commit
ebbe85cf9d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.x # Replace 'x' with the desired version (e.g., 3.6, 3.7, 3.8)
|
python-version: 3.9.6 # Replace 'x' with the desired version (e.g., 3.6, 3.7, 3.8)
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue