返回提交历史
Modified
.github/workflows/unittest.yml
+1
-1
XFEstudio/gpt4free
Change python version to 3.12 in unitests
228392ea
代码差异
1 个文件
+1
-1
@@ -27,7 +27,7 @@ jobs:
27
27
- name: Set up Python 3.11
28
28
uses: actions/setup-python@v4
29
29
with:
30
python-version: "3.11"
30
python-version: "3.12"
31
31
cache: 'pip'
32
32
- name: Install requirements
33
33
run: pip install -r requirements.txt