[misc] update workflows (#6787)

Former-commit-id: 15add6b250149e2aeabdc62d7dca69fc06054e01
This commit is contained in:
hoshi-hiyouga 2025-02-01 04:54:42 +08:00 committed by GitHub
parent a28261a866
commit 5bb447b118
2 changed files with 1 additions and 4 deletions

View File

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

View File

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