[misc] update workflows (#6787)

Former-commit-id: b5fda21288183a5a5eb68cc267fda4270159595b
This commit is contained in:
hoshi-hiyouga 2025-02-01 04:54:42 +08:00 committed by GitHub
parent 445d643ef3
commit 454140d912
2 changed files with 1 additions and 4 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.9"
- name: Install dependencies
run: |

View File

@ -33,9 +33,6 @@ jobs:
runs-on: ${{ matrix.os }}
environment:
name: tests
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
OS_NAME: ${{ matrix.os }}