From 5bb447b1185058a2e0f3e7b760eb2b1381d01c1b Mon Sep 17 00:00:00 2001 From: hoshi-hiyouga Date: Sat, 1 Feb 2025 04:54:42 +0800 Subject: [PATCH] [misc] update workflows (#6787) Former-commit-id: 15add6b250149e2aeabdc62d7dca69fc06054e01 --- .github/workflows/publish.yml | 2 +- .github/workflows/tests.yml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7c5d317f..5d732063 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 38881a7a..fdcd3eab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,9 +33,6 @@ jobs: runs-on: ${{ matrix.os }} - environment: - name: tests - env: HF_TOKEN: ${{ secrets.HF_TOKEN }} OS_NAME: ${{ matrix.os }}