[misc] update workflows (#6787)

This commit is contained in:
hoshi-hiyouga
2025-02-01 04:54:42 +08:00
committed by GitHub
parent 94803d8133
commit b5fda21288
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 }}