mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-04-22 15:47:11 +08:00
fix: Update Python version in CI workflow from 3.12 to 3.14
This commit is contained in:
@@ -24,15 +24,14 @@ jobs:
|
||||
run: pip install -r requirements-min.txt
|
||||
- name: Run tests
|
||||
run: python -m etc.unittest
|
||||
- name: Set up Python 3.12
|
||||
- name: Set up Python 3.14
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.12"
|
||||
python-version: "3.14"
|
||||
cache: 'pip'
|
||||
- name: Install requirements
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
pip uninstall -y nodriver
|
||||
- name: Run tests
|
||||
run: python -m etc.unittest
|
||||
- name: Save PR number
|
||||
|
||||
Reference in New Issue
Block a user